Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
dcolina authored Apr 12, 2024
1 parent 5b2cc26 commit 46f2639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ jobs:
clean-up:
name: "Clean Up"
if: (!cancelled())
if: ${{ needs.precheck.outputs.AUXILIARY_BRANCH != '' }}
needs: [ precheck, build, release, publish-npm-package ]
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 46f2639

Please sign in to comment.