diff options
author | 2020-12-08 20:03:59 +0000 | |
---|---|---|
committer | 2020-12-08 20:04:45 +0000 | |
commit | d7a6675b1d5cec42057ff7a4c07daeade74a7533 (patch) | |
tree | aaf755e8e7e9a81a6ad246edfbe981c314408821 | |
parent | d34b1ce3eda92777ba9bafe2fca96e1985ec6d72 (diff) | |
download | cortex-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.yml | 5 |
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: |