Enabled scheduled execution for chores workflow
Uncommented the cron job in the chores workflow configuration, setting it to run automatically at noon every Friday. This change facilitates regular, automated maintenance tasks without manual intervention.
This commit is contained in:
parent
8cb6718dca
commit
965d1a41f1
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
on: [push]
|
on:
|
||||||
#schedule:
|
schedule:
|
||||||
# - cron: '0 12 * * 5'
|
- cron: '0 12 * * 5'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
chores:
|
chores:
|
||||||
|
|
Loading…
Reference in a new issue