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,16 +0,0 @@
name: Delete old workflow runs
on:
schedule:
- cron: '0 0 1 * *'
# Run monthly, at 00:00 on the 1st day of month.
jobs:
del_runs:
runs-on: ubuntu-latest
steps:
- name: Delete workflow runs
uses: GitRML/delete-workflow-runs@main
with:
token: ${{ secrets.AUTH_PAT }}
repository: ${{ github.repository }}
retain_days: 30

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: