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 eec31ca commit d950bdeCopy full SHA for d950bde
.github/workflows/fx.yml
@@ -16,8 +16,6 @@ jobs:
16
- run: make checks
17
18
utest:
19
- needs:
20
- - checks
21
runs-on: ubuntu-latest
22
steps:
23
- uses: actions/checkout@v5
@@ -43,7 +41,6 @@ jobs:
43
41
44
42
itest:
45
needs:
46
47
- itest-list
48
49
strategy:
@@ -59,7 +56,9 @@ jobs:
59
56
cache-dependency-path: "**/*.sum"
60
57
- run: make install-tools
61
58
- run: make install-fabric-bins
62
- - run: make docker-images
+ - name: Docker images
+ if: startsWith(matrix.tests, 'fabric')
+ run: make docker-images
63
64
- name: Set up Fabric-x
65
if: startsWith(matrix.tests, 'fabricx')
0 commit comments