Skip to content

Commit

Permalink
Add workflow_dispatch to ci_cron
Browse files Browse the repository at this point in the history
workflow_dispatch allows workflows to be run on demand in the GitHub UI
  • Loading branch information
kaylareopelle committed Nov 16, 2022
1 parent d8d928e commit 7ab38e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
- main
- dev
schedule:
- cron: '0 9 * * *'
- cron: '0 9 * * *'
workflow_dispatch:

jobs:
run_rubocop:
Expand Down

0 comments on commit 7ab38e9

Please sign in to comment.