Skip to content

Commit 0602676

Browse files
committed
Reduce CRON frequency to once per month
1 parent 6c31ad6 commit 0602676

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
branches:
99
- '*'
1010
schedule:
11-
- cron: '0 0 * * MON'
11+
- cron: '0 0 1 * *'
1212

1313
env:
1414
CARGO_TERM_COLOR: always

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Security audit
22

33
on:
44
schedule:
5-
- cron: '0 0 * * MON'
5+
- cron: '0 0 1 * *'
66

77
jobs:
88
audit:

0 commit comments

Comments
 (0)