Skip to content

Commit

Permalink
Another alls-green solution
Browse files Browse the repository at this point in the history
  • Loading branch information
cottinisimone committed Nov 24, 2023
1 parent 0a1f972 commit 2b07075
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,4 @@ jobs:
- lint
- test
steps:
- name: Decide whether the needed jobs succeeded or failed
uses: re-actors/alls-green@release/v1
with:
jobs: ${{ toJSON(needs) }}
- run: ${{ !contains(needs.*.result, 'failure') }}

0 comments on commit 2b07075

Please sign in to comment.