Skip to content

Commit a1cf213

Browse files
committed
fix(gha): don't invoke e2e in image ci workflow
1 parent fea2a3a commit a1cf213

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,3 @@ jobs:
4545
with:
4646
version: ${{ needs.variables.outputs.version }}
4747
build_multi_arch_images: ${{ github.ref_name == 'main' || startsWith(github.ref_name, 'release-') }}
48-
49-
e2e-test:
50-
needs: [image, variables]
51-
secrets: inherit
52-
uses: ./.github/workflows/e2e.yaml
53-
with:
54-
version: ${{ needs.variables.outputs.version }}

0 commit comments

Comments
 (0)