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 cc90be5 commit 96f321dCopy full SHA for 96f321d
.github/workflows/ci.yml
@@ -9,3 +9,13 @@ on: [pull_request, workflow_call]
9
jobs:
10
shared-ci:
11
uses: ./.github/workflows/shared-ci.yml
12
+ pr-ci-all-required:
13
+ if: always()
14
+ needs:
15
+ - shared-ci
16
+ runs-on: ubuntu-22.04
17
+ steps:
18
+ - name: Verify all required jobs passed
19
+ uses: re-actors/alls-green@release/v1
20
+ with:
21
+ jobs: ${{ toJSON(needs) }}
0 commit comments