Update .gitea/workflows/action-update-lists.yml
Some checks failed
Terraform Apply / Terraform Apply (push) Has been cancelled

This commit is contained in:
2025-11-19 13:00:08 +01:00
parent 2d5aa0f0b3
commit 3651cfae52

View File

@@ -3,7 +3,7 @@ name: 'Update Domain List'
on: on:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
- cron: '0 10 15 * *' # At 10:00 on day-of-month 15 - cron: '0 14 * * *' # At 10:00 on day-of-month 15
env: env:
FOLDER: 'lists' FOLDER: 'lists'