Skip to content

Commit 71b42c0

Browse files
authored
Change schedule for testing (#397)
1 parent eab3a38 commit 71b42c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.ci/ci_auto.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ pr: none
44

55
schedules:
66
# Use https://crontab.guru/#0_8_*_*_* to compute crontab expression
7-
# Temporary schedule to run every 30 minutes, to investigate test failures
8-
# - cron: "*/30 * * * *"
97
# Run signed build, with limited signing cert, every day at 9 am
10-
- cron: 0 9 * * *
8+
# - cron: 0 9 * * *
9+
# Temporary schedule to run every 30 minutes, to investigate test failures
10+
- cron: "*/30 * * * *"
1111
branches:
1212
include:
1313
- refs/heads/master

0 commit comments

Comments
 (0)