Skip to content
on:
push:
workflow_dispatch:
schedule:
- cron: "0 0 1 * *" # run every 1 day of a month
jobs:
delete-package-versions:
name: Delete package versions older than 4 weeks
runs-on: ubuntu-latest
steps:
- uses: snok/[email protected]
with:
account: tenstorrent
token: ${{ secrets.GH_TOKEN }}
image-names: "tt-mlir*"
cut-off: 4w
dry-run: false