Skip to content

Commit

Permalink
Merge pull request #98 from casework/schedule_regular_ci
Browse files Browse the repository at this point in the history
Schedule recurring CI cron job
  • Loading branch information
kchason authored Dec 19, 2022
2 parents df7da5b + 88788a0 commit 9bae915
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ on:
release:
types:
- published
schedule:
- cron: '15 5 * * TUE'

jobs:
build:
Expand Down

0 comments on commit 9bae915

Please sign in to comment.