Skip to content

Commit

Permalink
Run 'nightly' scan only weekday mornings
Browse files Browse the repository at this point in the history
Renamed workflow name to reflect the purpose and timing
  • Loading branch information
rahearn committed Nov 2, 2020
1 parent 071c6b8 commit edf65e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -346,10 +346,10 @@ workflows:
- << pipeline.parameters.staging_git_branch >>
- << pipeline.parameters.prod_git_branch >>

nightly:
daily_scan:
triggers:
- schedule:
cron: "0 13 * * *"
cron: "0 13 * * 1-5"
filters:
branches:
only:
Expand Down

0 comments on commit edf65e4

Please sign in to comment.