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:
Kumi 2024-02-18 13:35:18 +01:00
parent 8cb6718dca
commit 965d1a41f1
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -1,6 +1,6 @@
on: [push] on:
#schedule: schedule:
# - cron: '0 12 * * 5' - cron: '0 12 * * 5'
jobs: jobs:
chores: chores: