Skip to content

Commit 31f58f9

Browse files
committed
GH Actions: disambiguate job names
1 parent f841665 commit 31f58f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ env:
2626
PIP_PROGRESS_BAR: off
2727

2828
jobs:
29-
test:
29+
build-test:
3030
runs-on: ${{ matrix.os }}
3131
timeout-minutes: 10
3232
strategy:

.github/workflows/shortlog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- cron: '37 06 * * 1' # 06:37, Monday
1212

1313
jobs:
14-
test:
14+
shortlog-check:
1515
runs-on: 'ubuntu-latest'
1616
timeout-minutes: 10
1717
steps:

0 commit comments

Comments
 (0)