Skip to content

Commit dc6d4f7

Browse files
add needs field
Signed-off-by: Daniel Kiptoon <[email protected]>
1 parent 45e9825 commit dc6d4f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/e2etests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on: [push]
99
# - "*"
1010
jobs:
1111
image-build:
12-
name: Common Jobs
12+
name: Image Build Job
1313
runs-on: ubuntu-22.04
1414

1515
steps:
@@ -24,6 +24,7 @@ jobs:
2424
e2e-test:
2525
name: End to End
2626
runs-on: ubuntu-22.04
27+
needs: image-build
2728
strategy:
2829
fail-fast: false
2930
matrix:

0 commit comments

Comments
 (0)