Skip to content

Commit 5829c96

Browse files
committed
run tests once a week (instead of each day)
1 parent b855c6d commit 5829c96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
pull_request:
66
workflow_dispatch:
77
schedule:
8-
# “At 12:00”
9-
- cron: '0 12 * * *'
8+
# “At 17:00 on Thursday.
9+
- cron: '0 17 * * THU'
1010

1111
jobs:
1212
build:

0 commit comments

Comments
 (0)