Skip to content

update: no of runs

update: no of runs #4

Workflow file for this run

name: Del_workflow_runs
on:
# schedule:
# - cron: '0 0 1 * *'
workflow_dispatch:
push:
branches: [del_workflow]
# Run monthly, at 00:00 on the 1st day of month.
jobs:
del_runs:
runs-on: ubuntu-latest
permissions:
actions: write
contents: read
steps:
- name: Delete workflow runs
uses: Mattraks/delete-workflow-runs@v2
with:
token: ${{ github.token }}
repository: ${{ github.repository }}
retain_days: 30
keep_minimum_runs: 2
delete_workflow_pattern: phpcs.yml