Skip to content

Commit 2a55902

Browse files
fix(job): explicitly set job name
this is done to remove the osImage from job name
1 parent 6b75a8e commit 2a55902

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
# Uncomment below once we have the ability to run e2e tests on other providers from GHA.
7373
# - {"provider": "AWS", "kubernetesVersion": "v1.29.6"}
7474
fail-fast: false
75+
name: e2e-quick-start (${{ matrix.config.provider }}, ${{ matrix.config.kubernetesVersion }})
7576
uses: ./.github/workflows/e2e.yml
7677
with:
7778
focus: Quick start

0 commit comments

Comments
 (0)