aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Adam Greig <adam@adamgreig.com> 2020-12-08 20:03:59 +0000
committerGravatar Adam Greig <adam@adamgreig.com> 2020-12-08 20:04:45 +0000
commitd7a6675b1d5cec42057ff7a4c07daeade74a7533 (patch)
treeaaf755e8e7e9a81a6ad246edfbe981c314408821
parentd34b1ce3eda92777ba9bafe2fca96e1985ec6d72 (diff)
downloadcortex-m-d7a6675b1d5cec42057ff7a4c07daeade74a7533.tar.gz
cortex-m-d7a6675b1d5cec42057ff7a4c07daeade74a7533.tar.zst
cortex-m-d7a6675b1d5cec42057ff7a4c07daeade74a7533.zip
Add required 'labels' field to scheduled CI, update next run date
-rw-r--r--.github/workflows/cron.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml
index eb373cd..8663e4f 100644
--- a/.github/workflows/cron.yml
+++ b/.github/workflows/cron.yml
@@ -1,7 +1,7 @@
on:
schedule:
- # Run every week at 7pm UTC Wednesday.
- - cron: '0 19 * * WED'
+ # Run every week at 10pm UTC Tuesday.
+ - cron: '0 22 * * TUE'
name: Cron CI
@@ -23,6 +23,7 @@ jobs:
if: failure()
with:
title: CI Failure
+ labels: ci
body: |
Scheduled CI run failed. Details: