Skip to content

Commit

Permalink
boyscouting: update release job needs to depend on is_release
Browse files Browse the repository at this point in the history
  • Loading branch information
0div committed Sep 24, 2024
1 parent 4de5e7a commit 426d4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
secrets: inherit

release:
needs: [python-tests, js-tests, cli-tests]
needs: [is_release, python-tests, js-tests, cli-tests]
if: always() && !contains(needs.*.result, 'failure') && needs.is_release.outputs.release == 'true'
name: Release
runs-on: ubuntu-latest
Expand Down

0 comments on commit 426d4ac

Please sign in to comment.