Skip to content

Commit d7a6675

Browse files
committed
Add required 'labels' field to scheduled CI, update next run date
1 parent d34b1ce commit d7a6675

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)