Add cron job for syncing every 30 minutes
Add a cron schedule to run every 30 minutes.
This commit is contained in:
@@ -2,6 +2,7 @@ name: Sync GitHub Repos to Subfolders and unzip to master
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "*/30 * * * *"
|
||||
- cron: '0 0 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user