Skip to content

Commit a44d08f

Browse files
authored
Merge pull request #8740 from jackfrancis/required-checks
ci: use test and verify for GHA names
2 parents 7054025 + defca95 commit a44d08f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/ca-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions:
1717

1818
jobs:
1919
test:
20-
name: Run unit tests
20+
name: test
2121
runs-on: ubuntu-latest
2222
steps:
2323
- uses: actions/[email protected]

.github/workflows/verify.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ permissions:
1313

1414
jobs:
1515
verify:
16+
name: verify
1617
runs-on: ubuntu-latest
1718
steps:
1819
- uses: actions/[email protected]

.github/workflows/vpa-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions:
1717

1818
jobs:
1919
test:
20-
name: Run unit tests
20+
name: test
2121
runs-on: ubuntu-latest
2222
steps:
2323
- uses: actions/[email protected]

0 commit comments

Comments
 (0)