Skip to content

Commit d0b1632

Browse files
xnotoclaude
andauthored
ci: drop title-case job display names (#4)
Removes the explicit `name:` from the `test` and `release` jobs so the Actions pane shows the lowercase job keys instead of `Pre-commit Tests` and `Create Release` — matching the lowercase workflow naming convention. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 5bf8b4a commit d0b1632

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ permissions:
1212

1313
jobs:
1414
test:
15-
name: Pre-commit Tests
1615
runs-on: ubuntu-latest
1716
container:
1817
image: ghcr.io/makeitworkcloud/tfroot-runner:latest
@@ -29,7 +28,6 @@ jobs:
2928
run: make test
3029

3130
release:
32-
name: Create Release
3331
runs-on: ubuntu-latest
3432
needs: [test]
3533
if: startsWith(github.ref, 'refs/tags/v')

0 commit comments

Comments
 (0)