We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df358b3 commit d9752e4Copy full SHA for d9752e4
.github/workflows/ci.yml
@@ -84,3 +84,14 @@ jobs:
84
run: |
85
curl -o codecov.sh -f https://codecov.io/bash || curl -o codecov.sh -f https://codecov.io/bash || curl -o codecov.sh -f https://codecov.io/bash
86
bash codecov.sh -n "tox -e ${{ matrix.TEST.TOXENV }} on ${{ matrix.TEST.CONTAINER }}"
87
+
88
+ all-green:
89
+ runs-on: ubuntu-latest
90
+ needs: [linux, linux-docker]
91
+ if: ${{ always() }}
92
+ timeout-minutes: 3
93
+ steps:
94
+ - name: Decide whether the needed jobs succeeded or failed
95
+ uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe # v1.2.2
96
+ with:
97
+ jobs: ${{ toJSON(needs) }}
0 commit comments