Skip to content

Commit 0e20576

Browse files
authored
ci: Run unsoundness checks on a set schedule (#1666)
Closes #1665
1 parent c2c5752 commit 0e20576

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/unsoundness.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Unsoundness checks
22

33
on:
4-
push:
5-
branches:
6-
- main
4+
schedule:
5+
# Weekly on Monday at 04:00 UTC
6+
- cron: '0 4 * * 1'
77
workflow_dispatch: {}
88

99
concurrency:

0 commit comments

Comments
 (0)