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.
2 parents 1868de5 + c231473 commit 326baafCopy full SHA for 326baaf
.github/workflows/pull.yml
@@ -64,3 +64,25 @@ jobs:
64
uses: ./.github/workflows/ci_examples_net.yml
65
with:
66
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