chore: cron workflow tidying (#10127)

This commit is contained in:
nicktrn
2023-08-23 17:43:22 +05:30
committed by GitHub
parent 7238414864
commit 2dda6a509b
8 changed files with 18 additions and 17 deletions
+1
View File
@@ -1,6 +1,7 @@
name: Submodule Sync
on:
schedule:
# Runs "At minute 15 past every 4th hour." (see https://crontab.guru)
- cron: "15 */4 * * *"
workflow_dispatch: ~
jobs: