Skip to content

Commit 2ae9ea3

Browse files
authored
Add alls-green job to CI workflow
1 parent 9ed1140 commit 2ae9ea3

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,16 @@ jobs:
8686
env:
8787
# Should match 'name:' up above
8888
JOB_NAME: 'macOS (${{ matrix.python }})'
89+
90+
alls-green:
91+
if: always()
92+
needs:
93+
- Windows
94+
- Ubuntu
95+
- macOS
96+
runs-on: ubuntu-latest
97+
steps:
98+
- name: Decide whether all jobs succeeded or not
99+
uses: re-actors/alls-green@release/v1
100+
with:
101+
jobs: ${{ toJSON(needs) }}

0 commit comments

Comments
 (0)