Skip to content

Commit dafbc4e

Browse files
bors[bot]adamgreig
andauthored
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 <[email protected]>
2 parents fd13874 + 819f6aa commit dafbc4e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/cron.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
schedule:
3-
# Run every week at 10pm UTC Tuesday.
4-
- cron: '0 22 * * TUE'
3+
# Run every week at 8am UTC Saturday.
4+
- cron: '0 8 * * SAT'
55

66
name: Cron CI
77

@@ -17,8 +17,6 @@ jobs:
1717
override: true
1818
- name: Run tests
1919
run: cargo test --all
20-
- name: Deliberate failure to test issue opening
21-
run: false
2220
- uses: imjohnbo/issue-bot@v2
2321
if: failure()
2422
with:

0 commit comments

Comments
 (0)