Update build.yml

Run every 6 days
This commit is contained in:
Andrevich 2025-02-27 12:09:01 +04:00 committed by GitHub
parent a15f25fcfe
commit e08b09a2b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@ name: Build domains_all, ipsum, XRay and Sing-Box Files
on:
workflow_dispatch: # Allows manual trigger of the workflow
schedule:
- cron: '0 0 */3 * *' # Runs every 3rd day at midnight UTC
- cron: '0 0 */6 * *' # Runs every 6th day at midnight UTC
jobs:
run-python-scripts: