Skip to content

Commit

Permalink
fix all-good step
Browse files Browse the repository at this point in the history
  • Loading branch information
neko-kai committed May 13, 2024
1 parent 7f09b3c commit b0ed596
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,7 @@ jobs:
runs-on: ubuntu-latest
needs: [ 'build', 'publish-artifacts' ]
steps:
- run: 'echo "No build required"'
- name: Decide whether the needed jobs succeeded or failed
uses: re-actors/alls-green@release/v1
with:
jobs: ${{ toJSON(needs) }}

0 comments on commit b0ed596

Please sign in to comment.