Skip to content

Commit f0a7934

Browse files
committed
Run weekly
1 parent 11be65a commit f0a7934

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/tests-schedule.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: tests schedule
22
on:
33
schedule:
4-
- cron: "20 6 * * *"
4+
# Run at 06:20 UTC every Monday (weekly)
5+
- cron: "20 6 * * 1"
56
workflow_dispatch:
67

78
jobs:

0 commit comments

Comments
 (0)