Skip to content

Commit fd13874

Browse files
bors[bot]adamgreig
andauthored
Merge #305
305: Add required 'labels' field to scheduled CI, update next run date r=therealprof a=adamgreig See also #298. This should fail at 10pm today _and open an issue this time_, then we'll update it to remove the intentional failure and perhaps set the scheduled date to something more useful. Co-authored-by: Adam Greig <[email protected]>
2 parents d007eb9 + d7a6675 commit fd13874

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/cron.yml

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

66
name: Cron CI
77

@@ -23,6 +23,7 @@ jobs:
2323
if: failure()
2424
with:
2525
title: CI Failure
26+
labels: ci
2627
body: |
2728
Scheduled CI run failed. Details:
2829

0 commit comments

Comments
 (0)