Make chkupdate run every 30 minutes

This commit is contained in:
windowsboy111
2022-11-27 14:31:01 +08:00
committed by GitHub
parent b5f9079211
commit aabbc576be
+1 -1
View File
@@ -4,7 +4,7 @@
name: Automatically check for updates
on:
schedule:
- cron: "0 */2 * * *"
- cron: "*/30 * * * *"
workflow_dispatch:
jobs: