Skip to content

Commit 1c4d1c4

Browse files
authored
chore(CI): use require workflow ci check instead (#719)
1 parent 4f751e0 commit 1c4d1c4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/pull.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,19 @@ jobs:
3737
uses: ./.github/workflows/library_legacy_interop_test_vectors.yml
3838
with:
3939
dafny: '4.9.0'
40+
pr-ci-all-required:
41+
if: always()
42+
needs:
43+
- pr-ci-codegen
44+
- pr-ci-verification
45+
- pr-ci-net
46+
- pr-ci-rust
47+
- pr-test-vectors
48+
- pr-dafny-test-vectors
49+
- pr-dafny-legacy-test-vectors
50+
runs-on: ubuntu-latest
51+
steps:
52+
- name: Verify all required jobs passed
53+
uses: re-actors/alls-green@release/v1
54+
with:
55+
jobs: ${{ toJSON(needs) }}

0 commit comments

Comments
 (0)