Skip to content

Commit 41c9f94

Browse files
committed
feat: change cron for tests to run every day
1 parent fb941f4 commit 41c9f94

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run-all-tests-linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
# push:
88
workflow_dispatch:
99
schedule:
10-
- cron: '0 0 * * 1,3,6' # Mon/Wed/Sat at midnight UTC
10+
- cron: '0 0 * * *' # Every day at midnight UTC
1111

1212
jobs:
1313
build-and-test:

.github/workflows/run-all-tests-macos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
# push:
88
workflow_dispatch:
99
schedule:
10-
- cron: '0 0 * * 1,3,6' # Mon/Wed/Sat at midnight UTC
10+
- cron: '0 0 * * *' # Every day at midnight UTC
1111

1212

1313
jobs:

0 commit comments

Comments
 (0)