We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c74e8a commit 6416287Copy full SHA for 6416287
.github/workflows/ci.yml
@@ -10,6 +10,8 @@ on:
10
- '**'
11
schedule:
12
- cron: '0 4 1 * *'
13
+ # Run workflow manually
14
+ workflow_dispatch:
15
16
jobs:
17
rubocop:
0 commit comments