Skip to content

Commit 326baaf

Browse files
authored
Merge branch 'main' into rkapila/shared-cache-beacons
2 parents 1868de5 + c231473 commit 326baaf

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/workflows/pull.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,25 @@ jobs:
6464
uses: ./.github/workflows/ci_examples_net.yml
6565
with:
6666
dafny: ${{needs.getVersion.outputs.version}}
67+
pr-ci-all-required:
68+
if: always()
69+
needs:
70+
- getVersion
71+
- getVerifyVersion
72+
- pr-ci-format
73+
- pr-ci-codegen
74+
- pr-ci-verification
75+
- pr-ci-test-vector-verification
76+
- pr-ci-java
77+
- pr-ci-java-test-vectors
78+
- pr-ci-java-examples
79+
- pr-ci-net
80+
- pr-ci-rust
81+
- pr-ci-net-test-vectors
82+
- pr-ci-net-examples
83+
runs-on: ubuntu-22.04
84+
steps:
85+
- name: Verify all required jobs passed
86+
uses: re-actors/alls-green@release/v1
87+
with:
88+
jobs: ${{ toJSON(needs) }}

0 commit comments

Comments
 (0)