Skip to content

Commit

Permalink
Make release dependant on check-release-requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
elzik committed Oct 26, 2024
1 parent 4099cc6 commit 399b464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:

release:
runs-on: windows-latest
needs: [build-windows, build-macos]
needs: [build-windows, build-macos, check-release-requirement]
if: needs.check-release-requirement.outputs.needs-release == 'true'
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 399b464

Please sign in to comment.