Skip to content

Commit 9b16897

Browse files
authored
Some cosmetic changes to the workflow names (astral-sh#445)
1 parent 744a0ef commit 9b16897

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

Diff for: .github/workflows/check.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
name: Check
1+
name: check
22

33
on:
44
push:
5+
branches: [main]
56
pull_request:
67

78
concurrency:

Diff for: .github/workflows/linux.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Linux Python build
1+
name: linux
22

33
on:
44
push:
@@ -61,6 +61,7 @@ jobs:
6161
- gcc
6262
- xcb
6363
- xcb.cross
64+
name: ${{ matrix.image }}
6465
runs-on: depot-ubuntu-22.04
6566
permissions:
6667
packages: write

Diff for: .github/workflows/apple.yml renamed to .github/workflows/macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: MacOS Python build
1+
name: macos
22

33
on:
44
push:

Diff for: .github/workflows/windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Windows Python build
1+
name: windows
22

33
on:
44
push:

0 commit comments

Comments
 (0)