Skip to content

Commit

Permalink
fix pass action (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz authored Dec 21, 2022
1 parent 8645b98 commit 26e22f7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,9 @@ jobs:
pass:
needs: [build]
runs-on: ubuntu-latest
if: always()
steps:
- run: echo "All jobs passed"
- name: Decide whether the needed jobs succeeded or failed
uses: re-actors/alls-green@release/v1
with:
jobs: ${{ toJSON(needs) }}

0 comments on commit 26e22f7

Please sign in to comment.