chore: rename delete.yml
This commit is contained in:
3
.github/workflows/delete.yml
vendored
3
.github/workflows/delete.yml
vendored
@ -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:
|
||||
|
Reference in New Issue
Block a user