Skip to content

Commit 487cb94

Browse files
committed
[ci] disambiguate job names
1 parent 44d8462 commit 487cb94

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/black.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
name: autoblack
88
on: [pull_request]
99
jobs:
10-
build:
10+
black:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v3

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
push:
99

1010
jobs:
11-
build:
11+
test:
1212

1313
runs-on: ubuntu-latest
1414
strategy:

0 commit comments

Comments
 (0)