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 2ae9ea3 commit 3e497cdCopy full SHA for 3e497cd
1 file changed
.github/workflows/ci.yml
@@ -90,12 +90,12 @@ jobs:
90
alls-green:
91
if: always()
92
needs:
93
- - Windows
94
- - Ubuntu
95
- - macOS
+ - Windows
+ - Ubuntu
+ - 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) }}
+ - name: Decide whether all jobs succeeded or not
+ uses: re-actors/alls-green@release/v1
+ with:
+ jobs: ${{ toJSON(needs) }}
0 commit comments