Skip to content

Update events that trigger workflows #8

Update events that trigger workflows

Update events that trigger workflows #8

name: Delete Old Workflow Runs

Check failure on line 1 in .github/workflows/delete_old_workflow_runs.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/delete_old_workflow_runs.yml

Invalid workflow file

Invalid `steps` value - steps should be list of `uses` or `run` items
on:
workflow_dispatch:
release:
types: [published]
jobs:
del_runs:
runs-on: ubuntu-latest
steps:
uses: Mattraks/delete-workflow-runs@v2
with:
token: ${{ github.token }}
repository: ${{ github.repository }}
retain_days: 90
keep_minimum_runs: 0