Skip to content

Commit

Permalink
CI: wait for publish-artifacts step in PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
neko-kai committed Apr 24, 2023
1 parent 2c7cf2c commit 23bd7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ jobs:
fi
all-good:
runs-on: ubuntu-latest
needs: [ 'build' ]
needs: [ 'build', 'publish-artifacts' ]
steps:
- run: 'echo "No build required"'

0 comments on commit 23bd7b6

Please sign in to comment.