Skip to content

Commit

Permalink
build(gha): do not release on failed prerequisites
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Nov 27, 2023
1 parent 274e3ce commit a9a26a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ jobs:

release:
runs-on: ubuntu-22.04
if: (always() && github.event_name != 'schedule') || needs.prepare.outputs.new-commits == 'true'
needs:
- test-unit
- test-integration
Expand Down Expand Up @@ -93,6 +92,5 @@ jobs:

rebase-prs:
needs: release
if: ((always() && github.event_name != 'schedule') || needs.prepare.outputs.new-commits == 'true') && needs.release.outputs.released == 'true'
uses: ./.github/workflows/--rebase-prs.yml
secrets: inherit

0 comments on commit a9a26a5

Please sign in to comment.