We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11be65a commit f0a7934Copy full SHA for f0a7934
1 file changed
.github/workflows/tests-schedule.yml
@@ -1,7 +1,8 @@
1
name: tests schedule
2
on:
3
schedule:
4
- - cron: "20 6 * * *"
+ # Run at 06:20 UTC every Monday (weekly)
5
+ - cron: "20 6 * * 1"
6
workflow_dispatch:
7
8
jobs:
0 commit comments