Skip to content

Commit d5d977d

Browse files
committed
[ci]: never skips fetching external projects matrix
1 parent e405758 commit d5d977d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,7 @@ jobs:
9595

9696
fetch-external-matrix:
9797
name: Fetch EasyCrypt External Projects Matrix
98-
needs: [pre_job, compile-opam]
99-
if: needs.pre_job.outputs.should_skip != 'true'
98+
needs: [pre_job]
10099
runs-on: ubuntu-20.04
101100
outputs:
102101
matrix: ${{ steps.set-matrix.outputs.matrix }}
@@ -111,7 +110,7 @@ jobs:
111110
112111
external:
113112
name: Check EasyCrypt External Projects
114-
needs: [fetch-external-matrix]
113+
needs: [pre_job, compile-opam, fetch-external-matrix]
115114
if: needs.pre_job.outputs.should_skip != 'true'
116115
runs-on: ubuntu-20.04
117116
container:

0 commit comments

Comments
 (0)