👷 Add alls-green for test-redistribute (#1055)
This commit is contained in:
parent
07d0b20c60
commit
9e2b5a1549
12
.github/workflows/test-redistribute.yml
vendored
12
.github/workflows/test-redistribute.yml
vendored
@ -51,3 +51,15 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd dist
|
cd dist
|
||||||
pip wheel --no-deps sqlmodel*.tar.gz
|
pip wheel --no-deps sqlmodel*.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) }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user