We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f751e0 commit 1c4d1c4Copy full SHA for 1c4d1c4
.github/workflows/pull.yml
@@ -37,3 +37,19 @@ jobs:
37
uses: ./.github/workflows/library_legacy_interop_test_vectors.yml
38
with:
39
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