Skip to content

Commit 1549e8d

Browse files
committed
Drop smoke suffix from CI job names
1 parent 0360bed commit 1549e8d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/smoke.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ env:
2121

2222
jobs:
2323
in_tree_add_subdirectory:
24-
name: in-tree add_subdirectory smoke
24+
name: in-tree add_subdirectory
2525
runs-on: ubuntu-latest
2626
timeout-minutes: 240
2727

@@ -109,7 +109,7 @@ jobs:
109109
key: ${{ steps.cache_thirdparty.outputs.cache-primary-key }}
110110

111111
package_sparse_tests:
112-
name: package sparse-tests smoke
112+
name: package sparse-tests
113113
runs-on: ubuntu-latest
114114
timeout-minutes: 180
115115
needs:

0 commit comments

Comments
 (0)