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 6b75a8e commit 2a55902Copy full SHA for 2a55902
.github/workflows/checks.yml
@@ -72,6 +72,7 @@ jobs:
72
# Uncomment below once we have the ability to run e2e tests on other providers from GHA.
73
# - {"provider": "AWS", "kubernetesVersion": "v1.29.6"}
74
fail-fast: false
75
+ name: e2e-quick-start (${{ matrix.config.provider }}, ${{ matrix.config.kubernetesVersion }})
76
uses: ./.github/workflows/e2e.yml
77
with:
78
focus: Quick start
0 commit comments