ci: delete old workflows

This commit is contained in:
KT 2024-03-04 19:34:16 +08:00
parent 98dd1afdda
commit be6b44a3a3

17
.github/workflows/Delete.yml vendored Normal file
View File

@ -0,0 +1,17 @@
name: Delete old workflow
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 0'
# 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