chore: rename delete.yml

This commit is contained in:
Larvan2
2023-03-31 06:34:23 +00:00
parent d569d8186d
commit a1d0f4c6ee
2 changed files with 1 additions and 18 deletions

View File

@ -1,8 +1,7 @@
name: Delete old workflow runs
on:
schedule:
- cron: '0 0 1 * *'
# Run monthly, at 00:00 on the 1st day of month.
- cron: "0 0 * * SUN"
jobs:
del_runs: