Skip to content

Commit e1d3e4f

Browse files
authored
Adjust vulncheck (#561)
1 parent 41c7711 commit e1d3e4f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,16 +145,16 @@ workflows:
145145
- download-demo-data
146146
test-to-run: run-v2-tests-resilientsingle
147147

148-
# Monthly vulnerability check
149-
monthly_vulncheck:
148+
# Weekly vulnerability check
149+
weekly_vulncheck:
150150
jobs:
151151
- vulncheck:
152152
context:
153153
- slack
154154
triggers:
155155
- schedule:
156-
# 8:00 at 1st day of month
157-
cron: 0 8 1 * *
156+
# 6:00 on every Monday
157+
cron: 0 6 * * 1
158158
filters:
159159
branches:
160160
only: master

0 commit comments

Comments
 (0)