Skip to content

Commit

Permalink
test: fix needs in cd job
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-fields committed Aug 3, 2022
1 parent c77ba34 commit e928522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Expand Up @@ -382,7 +382,7 @@ jobs:
# runs on push to master only
cd:
name: Publish Action
needs: ci
needs: [ci_integration, ci_integration_timeout, ci_windows]
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-18.04
steps:
Expand Down

0 comments on commit e928522

Please sign in to comment.