We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c31ad6 commit 0602676Copy full SHA for 0602676
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ on:
8
branches:
9
- '*'
10
schedule:
11
- - cron: '0 0 * * MON'
+ - cron: '0 0 1 * *'
12
13
env:
14
CARGO_TERM_COLOR: always
.github/workflows/security.yml
@@ -2,7 +2,7 @@ name: Security audit
2
3
on:
4
5
6
7
jobs:
audit:
0 commit comments