Skip to content

Commit 836fb69

Browse files
committed
update the e2e workflow job name
1 parent 4f1a2fc commit 836fb69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: E2E Test
1+
name: e2e
22

33
concurrency:
44
group: "${{ github.workflow }}-${{ github.ref }}"
@@ -22,7 +22,7 @@ env:
2222
CXX: sccache clang++
2323

2424
jobs:
25-
e2e-tests:
25+
e2e:
2626
runs-on: ubuntu-latest
2727
# Each 'include' entry will run as a separate job with its own parameters.
2828
strategy:

0 commit comments

Comments
 (0)