Skip to content

Commit 22fed78

Browse files
authored
Use meaningful names in GH workflows (#343)
1 parent 96095e5 commit 22fed78

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/reuse.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on: pull_request
44

55
jobs:
66
test:
7+
name: reuse
78
runs-on: ubuntu-latest
89
steps:
910
- uses: actions/checkout@v4

.github/workflows/size-label.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99

1010
jobs:
1111
size-label:
12+
name: size
1213
permissions:
1314
contents: read
1415
pull-requests: write

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
checks:
15-
name: run
15+
name: test
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)