Skip to content

Commit 112eb05

Browse files
ovitrifclaude
andcommitted
fix: rename rustfmt workflow to reflect manual-only trigger
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 91c7c87 commit 112eb05

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cron-weekly-rustfmt.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Nightly rustfmt
1+
name: Rustfmt (manual)
22

33
permissions:
44
contents: write
@@ -8,7 +8,7 @@ on:
88
workflow_dispatch: # manual only — cron schedule removed to avoid automated PRs
99
jobs:
1010
format:
11-
name: Nightly rustfmt
11+
name: Rustfmt (manual)
1212
runs-on: ubuntu-24.04
1313
steps:
1414
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)