Skip to content

Commit 9c249d7

Browse files
committed
Make test depend on both build-images and build-apko-images
Signed-off-by: Vincent Demeester <[email protected]>
1 parent 814f261 commit 9c249d7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-tasks.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,9 @@ jobs:
126126
- v0.53.3
127127
- latest
128128
runs-on: ubuntu-latest
129-
needs: build-images
129+
needs:
130+
- build-images
131+
- build-apko-images
130132
permissions:
131133
contents: read
132134
packages: write

0 commit comments

Comments
 (0)