Update .gitea/workflows/update.yml
Some checks failed
CI/CD Pipeline / deploy-main (push) Failing after 10m51s
Some checks failed
CI/CD Pipeline / deploy-main (push) Failing after 10m51s
This commit is contained in:
@@ -2,7 +2,7 @@ name: Update Cargo Dependencies
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
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
|
workflow_dispatch: # Allow manual triggering
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Reference in New Issue
Block a user