ci: only build once per month scheduled [skip ci]

This commit is contained in:
2025-04-14 18:56:09 +00:00
parent 28045b303e
commit 8ce515d430

View File

@@ -5,7 +5,7 @@ on:
branches: branches:
- main - main
schedule: schedule:
- cron: '0 0 1,7,14,21,28 * *' - cron: '0 0 12 * *'
workflow_dispatch: # Allows manual triggering workflow_dispatch: # Allows manual triggering
jobs: jobs: