Skip to content

Commit

Permalink
Substitute alls-green (#55)
Browse files Browse the repository at this point in the history
* [change] avoid downloading a GB python image :)

ref [slack
thread](https://prima.slack.com/archives/C010MP6FATE/p1700146289515009)

* [fix] runner
  • Loading branch information
zoten authored Nov 17, 2023
1 parent 770b0cc commit dc5593b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,10 @@ jobs:
run: mix dialyzer

alls-green:
if: always()
if: ${{ !cancelled() }}
needs:
- test
runs-on: ubuntu-latest
steps:
- name: Decide whether the needed jobs succeeded or failed
uses: re-actors/alls-green@release/v1
with:
jobs: ${{ toJSON(needs) }}
- name: Decide whether the needed jobs succeeded or failed
run: ${{ !contains(needs.*.result, 'failure') }}

0 comments on commit dc5593b

Please sign in to comment.