aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar bors[bot] <26634292+bors[bot]@users.noreply.github.com> 2020-12-09 00:35:51 +0000
committerGravatar GitHub <noreply@github.com> 2020-12-09 00:35:51 +0000
commitdafbc4ebdc1ca44653e2bfb35b1512373fbcaccb (patch)
tree8f52909ead90887217d5a0827397f0314e821ad7
parentfd138748201c6deb27530423677c68a6d8779bea (diff)
parent819f6aaa2a5b784cd65442a02be77574b71256fe (diff)
downloadcortex-m-dafbc4ebdc1ca44653e2bfb35b1512373fbcaccb.tar.gz
cortex-m-dafbc4ebdc1ca44653e2bfb35b1512373fbcaccb.tar.zst
cortex-m-dafbc4ebdc1ca44653e2bfb35b1512373fbcaccb.zip
Merge #307
307: Finish setting up scheduled CI job r=jonas-schievink a=adamgreig The scheduled CI seems to have worked (#306), so this PR removes the forced failure and sets the time to a hopefully sensible saturday morning, though I suppose it doesn't really matter that much what time of week it is. Co-authored-by: Adam Greig <adam@adamgreig.com>
-rw-r--r--.github/workflows/cron.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml
index 8663e4f..bc31bb2 100644
--- a/.github/workflows/cron.yml
+++ b/.github/workflows/cron.yml
@@ -1,7 +1,7 @@
on:
schedule:
- # Run every week at 10pm UTC Tuesday.
- - cron: '0 22 * * TUE'
+ # Run every week at 8am UTC Saturday.
+ - cron: '0 8 * * SAT'
name: Cron CI
@@ -17,8 +17,6 @@ jobs:
override: true
- name: Run tests
run: cargo test --all
- - name: Deliberate failure to test issue opening
- run: false
- uses: imjohnbo/issue-bot@v2
if: failure()
with: