From 5e09e57e0f58e350b3c00144b12dd74e5ff9f499 Mon Sep 17 00:00:00 2001 From: Paul Higinbotham Date: Thu, 24 Jun 2021 10:16:42 -0700 Subject: [PATCH] Temporary 30 min scheduled to investigate tests --- .ci/ci_auto.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.ci/ci_auto.yml b/.ci/ci_auto.yml index 39542271a..4b0fba8ef 100644 --- a/.ci/ci_auto.yml +++ b/.ci/ci_auto.yml @@ -5,7 +5,9 @@ pr: none schedules: # Use https://crontab.guru/#0_8_*_*_* to compute crontab expression # Run signed build, with limited signing cert, every day at 9 am -- cron: 0 9 * * * +# - cron: 0 9 * * * +# Temporary schedule to run every 30 minutes, to investigate test failures +- cron: "*/30 * * * *" branches: include: - refs/heads/master