Skip to content

Commit 083b7ad

Browse files
yahondaclaude
andcommitted
Disable RuboCop workflow for now
Change trigger to workflow_dispatch so it only runs manually. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7ffd592 commit 083b7ad

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/rubocop.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
name: RuboCop
22

33
on:
4-
push:
5-
pull_request:
6-
schedule:
7-
- cron: "0 0 * * *"
4+
workflow_dispatch:
85

96
jobs:
107
build:

0 commit comments

Comments
 (0)