Update .gitea/workflows/update.yml
Some checks failed
CI/CD Pipeline / deploy-main (push) Failing after 10m51s

This commit is contained in:
2026-01-04 09:08:21 +01:00
parent 102a2fd036
commit 8ff06e0e9e

View File

@@ -2,7 +2,7 @@ name: Update Cargo Dependencies
on:
schedule:
- cron: '0 2 * * 5' # Run weekly on Friday at 2am
- cron: '0 2 1 * *' # Run monthly on the first at 2am
workflow_dispatch: # Allow manual triggering
jobs: