Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Create a unified download list #65

Create a unified download list

Create a unified download list #65

Workflow file for this run

name: 'Housekeeping'
on:
push:
branches:
- 'main'
jobs:
housekeeping:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Workflow housekeeping
uses: Mattraks/delete-workflow-runs@v2
with:
retain_days: 30
keep_minimum_runs: 1