Skip to content

Commit e4f92e7

Browse files
More explicit conment
Co-authored-by: Matt Graham <matthew.m.graham@gmail.com>
1 parent c9c6cdb commit e4f92e7

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ on:
77
- "renovate/**"
88
pull_request:
99
schedule:
10-
- cron: "0 11 2 1 *" # Run at 11 am on the 2nd January
10+
# Run at 11 am on the 2nd January each year to make sure
11+
# dates in package regression test data get updated
12+
# See https://github.com/UCL-ARC/python-tooling/pull/597
13+
- cron: "0 11 2 1 *"
1114

1215
jobs:
1316
test-template:

0 commit comments

Comments
 (0)