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 fea2a3a commit a1cf213Copy full SHA for a1cf213
.github/workflows/ci.yaml
@@ -45,10 +45,3 @@ jobs:
45
with:
46
version: ${{ needs.variables.outputs.version }}
47
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