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.
2 parents 807d16a + 30ce631 commit dc65bb6Copy full SHA for dc65bb6
1 file changed
.github/workflows/test.yml
@@ -227,3 +227,17 @@ jobs:
227
fail_ci_if_error: true
228
files: ./coverage.xml
229
verbose: true
230
+
231
+ check: # This job does nothing and is only used for the branch protection
232
+ if: always()
233
234
+ needs:
235
+ - build
236
237
+ runs-on: ubuntu-latest
238
239
+ steps:
240
+ - name: Decide whether the needed jobs succeeded or failed
241
+ uses: re-actors/alls-green@198badcb65a1a44528f27d5da555c4be9f12eac6
242
+ with:
243
+ jobs: ${{ toJSON(needs) }}
0 commit comments