Skip to content

Commit

Permalink
chore(circleci): change audit to run weekly on master
Browse files Browse the repository at this point in the history
  • Loading branch information
WikiRik committed Nov 30, 2020
1 parent a8e37d6 commit fa05774
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,11 @@ workflows:
branches:
only: master
audit:
jobs:
- audit:
triggers:
- schedule:
cron: "0 0 * * 4"
filters:
branches:
only: master
jobs:
- audit

0 comments on commit fa05774

Please sign in to comment.