Skip to content

Commit

Permalink
Adjust vulncheck (#561)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwierzbo authored Oct 19, 2023
1 parent 41c7711 commit e1d3e4f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,16 +145,16 @@ workflows:
- download-demo-data
test-to-run: run-v2-tests-resilientsingle

# Monthly vulnerability check
monthly_vulncheck:
# Weekly vulnerability check
weekly_vulncheck:
jobs:
- vulncheck:
context:
- slack
triggers:
- schedule:
# 8:00 at 1st day of month
cron: 0 8 1 * *
# 6:00 on every Monday
cron: 0 6 * * 1
filters:
branches:
only: master

0 comments on commit e1d3e4f

Please sign in to comment.