Skip to content

Commit 8480e39

Browse files
committed
Add names to each job to allow them to be found in the GitHub Ruleset dialog
1 parent 74d21d4 commit 8480e39

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci-static.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ on:
88
types: [opened, synchronize, reopened]
99

1010
jobs:
11-
ci:
11+
staticcheck:
12+
name: static checks
1213
runs-on: ubuntu-latest
1314
steps:
1415
- uses: actions/checkout@v3

.github/workflows/elt-common_e2e_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ concurrency:
2222

2323
jobs:
2424
test:
25+
name: elt-common end-to-end tests
2526
runs-on: ubuntu-latest
2627

2728
steps:

.github/workflows/elt-common_unit_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ concurrency:
1818

1919
jobs:
2020
test:
21+
name: elt-common unit tests
2122
runs-on: ubuntu-latest
2223

2324
steps:

0 commit comments

Comments
 (0)