Skip to content

Commit 9c6dff1

Browse files
committedAug 24, 2024
update workflow job names
1 parent ae30a5b commit 9c6dff1

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed
 

‎.github/workflows/check-dist.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# If this workflow is run from a feature branch, it will act as an additional CI
88
# check and fail if the checked-in `dist/` directory does not match what is
99
# expected from the build.
10-
name: Compare Diff in Transpiled JavaScript
10+
name: dist bundle
1111

1212
on:
1313
pull_request:
@@ -22,7 +22,6 @@ permissions:
2222

2323
jobs:
2424
check-dist:
25-
name: Check dist/
2625
runs-on: ubuntu-latest
2726

2827
steps:

‎.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ concurrency:
1717

1818
jobs:
1919
test-typescript:
20-
name: TypeScript Tests
2120
runs-on: ubuntu-latest
2221

2322
steps:

0 commit comments

Comments
 (0)