We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eab3a38 commit 71b42c0Copy full SHA for 71b42c0
.ci/ci_auto.yml
@@ -4,10 +4,10 @@ pr: none
4
5
schedules:
6
# 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 * * * *"
9
# Run signed build, with limited signing cert, every day at 9 am
10
-- cron: 0 9 * * *
+# - cron: 0 9 * * *
+# Temporary schedule to run every 30 minutes, to investigate test failures
+- cron: "*/30 * * * *"
11
branches:
12
include:
13
- refs/heads/master
0 commit comments