Skip to content

Commit

Permalink
create-archives is dependency of deploy-release
Browse files Browse the repository at this point in the history
  • Loading branch information
leventeBajczi authored Aug 1, 2024
1 parent 4207f50 commit b03cd9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:


deploy-release:
needs: test-linux
needs: [test-linux, create-archives]
if: "${{ github.event.inputs.message != '' && github.ref == 'refs/heads/master' && github.event_name != 'pull_request' }}"
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit b03cd9f

Please sign in to comment.