Skip to content

Commit 322adf2

Browse files
authored
chore: rename workflow jobs name (#22)
1 parent 701e888 commit 322adf2

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

.github/workflows/clang_test.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ permissions:
3030
contents: read
3131

3232
jobs:
33-
ubuntu:
34-
name: AMD64 Ubuntu 24.04
33+
clang-test:
3534
runs-on: ubuntu-24.04
3635
timeout-minutes: 120
3736
strategy:

.github/workflows/gcc_test.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ permissions:
3030
contents: read
3131

3232
jobs:
33-
ubuntu:
34-
name: AMD64 Ubuntu 24.04
33+
gcc-test:
3534
runs-on: ubuntu-24.04
3635
timeout-minutes: 120
3736
strategy:

.github/workflows/license_check.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ on:
2121
- main
2222

2323
jobs:
24-
rat-check:
24+
rat-license-check:
2525
runs-on: ubuntu-latest
26-
2726
steps:
2827
- name: Checkout code
2928
uses: actions/checkout@v4

.github/workflows/test_with_sanitizer.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ permissions:
3030
contents: read
3131

3232
jobs:
33-
ubuntu:
34-
name: AMD64 Ubuntu 24.04
33+
test-with-sanitizer:
3534
runs-on: ubuntu-24.04
3635
timeout-minutes: 120
3736
strategy:

0 commit comments

Comments
 (0)