Skip to content

Commit 61650cd

Browse files
chrisguidryclaude
andcommitted
Shorten CI workflow and job names
"Docket CI" → "CI", "Core Tests" → "Core", "CLI Tests" → "CLI", "Windows Tests" → "Windows". Less noise in the GitHub checks UI. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0b850a0 commit 61650cd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Docket CI
1+
name: CI
22

33
on:
44
push:
@@ -11,7 +11,7 @@ permissions:
1111

1212
jobs:
1313
test:
14-
name: Core Tests, Python ${{ matrix.python-version }}, ${{ matrix.backend.name }}
14+
name: Core, Python ${{ matrix.python-version }}, ${{ matrix.backend.name }}
1515
runs-on: ubuntu-latest
1616
timeout-minutes: 4
1717
strategy:
@@ -137,7 +137,7 @@ jobs:
137137
flags: python-${{ matrix.python-version }}
138138

139139
test-cli:
140-
name: CLI Tests, Python ${{ matrix.python-version }}
140+
name: CLI, Python ${{ matrix.python-version }}
141141
runs-on: ubuntu-latest
142142
timeout-minutes: 4
143143
strategy:
@@ -177,7 +177,7 @@ jobs:
177177
flags: cli-python-${{ matrix.python-version }}
178178

179179
test-windows:
180-
name: Windows Tests, Python ${{ matrix.python-version }}
180+
name: Windows, Python ${{ matrix.python-version }}
181181
runs-on: windows-latest
182182
timeout-minutes: 6
183183
strategy:

0 commit comments

Comments
 (0)