Skip to content

Commit 9732c58

Browse files
committed
ci: run tests once a week on a timer
1 parent 5688da5 commit 9732c58

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ concurrency:
1313

1414
on:
1515
workflow_dispatch:
16+
schedule:
17+
- cron: "0 8 * * 3" # At 08:00 on Wednesday # https://crontab.guru/#0_8_*_*_3
1618
push:
1719
branches:
1820
- main

0 commit comments

Comments
 (0)