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 9ed1140 commit 2ae9ea3Copy full SHA for 2ae9ea3
1 file changed
.github/workflows/ci.yml
@@ -86,3 +86,16 @@ jobs:
86
env:
87
# Should match 'name:' up above
88
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