Skip to content

Commit 9bae915

Browse files
authored
Merge pull request #98 from casework/schedule_regular_ci
Schedule recurring CI cron job
2 parents df7da5b + 88788a0 commit 9bae915

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)