We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f4bdeb + d3787c9 commit 286ca08Copy full SHA for 286ca08
1 file changed
.github/workflows/pull-request-checks.yml
@@ -6,3 +6,12 @@ on:
6
jobs:
7
checks:
8
uses: ./.github/workflows/shared.yml
9
+
10
+ all-green:
11
+ if: always()
12
+ needs: [checks]
13
+ runs-on: ubuntu-latest
14
+ steps:
15
+ - uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe # v1.2.2
16
+ with:
17
+ jobs: ${{ toJSON(needs) }}
0 commit comments