Skip to content

Commit

Permalink
Merge pull request #1642 from newrelic/workflow-dispatch-ci
Browse files Browse the repository at this point in the history
Add workflow_dispatch to ci_cron
  • Loading branch information
hannahramadan authored Nov 17, 2022
2 parents 6ec9abb + 7ab38e9 commit d689443
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 d689443

Please sign in to comment.