Skip to content

Commit 286ca08

Browse files
authored
Merge branch 'v1.x' into backport/1840-resource-metadata
2 parents 7f4bdeb + d3787c9 commit 286ca08

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/pull-request-checks.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,12 @@ on:
66
jobs:
77
checks:
88
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

Comments
 (0)