Change cron schedule to run every 12 hours

This commit is contained in:
2026-02-17 02:27:05 +07:00
committed by GitHub
parent cfbc96d6c1
commit eafcb7b67b
+1 -1
View File
@@ -3,7 +3,7 @@ name: Update subnets
on:
workflow_dispatch:
schedule:
- cron: '0 * * * *'
- cron: '0 */12 * * *'
permissions:
contents: write