Skip to content

Prune old results

Prune old results #206

Workflow file for this run

name: Prune old results
on:
workflow_dispatch:
schedule:
- cron: '35 6 * * *'
jobs:
prune:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
concurrency:
group: repo-prune
cancel-in-progress: true
steps:
- name: Checkout
uses: actions/checkout@v5
with:
persist-credentials: false
- name: Prune
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPOSITORY: ${{ github.event.repository.name }}
REPOSITORY_OWNER: ${{ github.repository_owner }}
run: |
bash prune.sh