Skip to content

Commit 819f6aa

Browse files
committed
Finish setting up scheduled CI job
1 parent fd13874 commit 819f6aa

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)