chore: rename delete.yml
This commit is contained in:
parent
d569d8186d
commit
a1d0f4c6ee
2 changed files with 1 additions and 18 deletions
16
.github/workflows/Delete.yml
vendored
16
.github/workflows/Delete.yml
vendored
|
@ -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
|
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:
|
||||
|
|
Loading…
Reference in a new issue