Skip to content

Commit

Permalink
👷 Add alls-green for test-redistribute (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo authored Aug 8, 2024
1 parent 2a620d3 commit fe12230
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test-redistribute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,15 @@ jobs:
run: |
cd dist
pip wheel --no-deps asyncer*.tar.gz
# https://github.com/marketplace/actions/alls-green#why
test-redistribute-alls-green: # This job does nothing and is only used for the branch protection
if: always()
needs:
- test-redistribute
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) }}

0 comments on commit fe12230

Please sign in to comment.