Skip to content

Commit 0393fe6

Browse files
more descriptive workflow idenfitifers
1 parent be2cdc9 commit 0393fe6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- cron: '0 10 * * 3,6'
99

1010
jobs:
11-
build:
11+
pytest:
1212
runs-on: ubuntu-latest
1313
permissions:
1414
contents: read

.github/workflows/verification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- cron: '0 10 * * 3,6'
99

1010
jobs:
11-
build:
11+
verify:
1212
runs-on: ubuntu-latest
1313
permissions:
1414
contents: read

0 commit comments

Comments
 (0)