Skip to content

Commit e15cc69

Browse files
authored
[CI] Add job names for github CI workflow (#23796)
1 parent e4acc94 commit e15cc69

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ permissions:
1313

1414
jobs:
1515
archive:
16+
name: Archive
1617
runs-on: ubuntu-latest
1718
steps:
1819
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
@@ -27,6 +28,7 @@ jobs:
2728
path: emscripten-${{ env.VERSION }}.tar.bz2
2829

2930
check-expectations:
31+
name: Check Expectations
3032
runs-on: ubuntu-latest
3133
if: github.event_name == 'pull_request'
3234
steps:

0 commit comments

Comments
 (0)