Skip to content

Commit 96f321d

Browse files
author
Lucas McDonald
committed
m
1 parent cc90be5 commit 96f321d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,13 @@ on: [pull_request, workflow_call]
99
jobs:
1010
shared-ci:
1111
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

Comments
 (0)