Skip to content

Commit

Permalink
Add cron schedule for jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
BradLugo committed Dec 21, 2023
1 parent d440078 commit 146bac7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: CI
on:
schedule:
- cron: '0 */3 * * *'
push:
branches:
- master
Expand Down

0 comments on commit 146bac7

Please sign in to comment.