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 e405758 commit d5d977dCopy full SHA for d5d977d
.github/workflows/ci.yml
@@ -95,8 +95,7 @@ jobs:
95
96
fetch-external-matrix:
97
name: Fetch EasyCrypt External Projects Matrix
98
- needs: [pre_job, compile-opam]
99
- if: needs.pre_job.outputs.should_skip != 'true'
+ needs: [pre_job]
100
runs-on: ubuntu-20.04
101
outputs:
102
matrix: ${{ steps.set-matrix.outputs.matrix }}
@@ -111,7 +110,7 @@ jobs:
111
110
112
external:
113
name: Check EasyCrypt External Projects
114
- needs: [fetch-external-matrix]
+ needs: [pre_job, compile-opam, fetch-external-matrix]
115
if: needs.pre_job.outputs.should_skip != 'true'
116
117
container:
0 commit comments