We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c343f6d + fe7d4eb commit 96a18fcCopy full SHA for 96a18fc
.github/workflows/build.yml
@@ -5,6 +5,8 @@ on:
5
push:
6
branches:
7
- master
8
+ schedule:
9
+ - cron: '30 18 * * 5' # Every Friday at 17:30 UTC
10
11
env:
12
CARGO_TERM_COLOR: always
0 commit comments