Skip to content

Commit ecd066e

Browse files
committed
Update automated test to run on Mon, Wed, Saturday instead of every day
1 parent 765ed33 commit ecd066e

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 * * *' # Every day at midnight UTC
10+
- cron: '0 0 * * 1,3,6' # Mon/Wed/Sat 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 * * *' # Every day at midnight UTC
10+
- cron: '0 0 * * 1,3,6' # Mon/Wed/Sat at midnight UTC
1111

1212

1313
jobs:

0 commit comments

Comments
 (0)