Skip to content

Commit 9f9f214

Browse files
committed
dial back test frequency for released versions
1 parent 022ba10 commit 9f9f214

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: [main]
66
pull_request:
77
schedule:
8-
- cron: '15 2 * * *' # 2:15 AM UTC every day
8+
- cron: '15 2 * * 1' # 2:15 AM UTC every Monday
99

1010
jobs:
1111
test-release:

0 commit comments

Comments
 (0)