Skip to content

Commit 27f8ac2

Browse files
committed
Schedule recurring CI cron job
This will have the benefit of catching when an upstream updated package introduces a compatibility issue. This cron job should trigger to leave notices for maintainers on the US East Coast to see on their Tuesday mornings. Signed-off-by: Alex Nelson <[email protected]>
1 parent 918dd3d commit 27f8ac2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cicd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ on:
2323
release:
2424
types:
2525
- published
26+
schedule:
27+
- cron: '15 5 * * TUE'
2628

2729
jobs:
2830
build:

0 commit comments

Comments
 (0)