Skip to content

Commit

Permalink
Test container retention action
Browse files Browse the repository at this point in the history
  • Loading branch information
vmilosevic authored Oct 27, 2024
1 parent ebb5398 commit b167e37
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/container_retention.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on:
push:
# schedule:
# - cron: "0 0 * * *" # run every day at midnight, utc

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: true

0 comments on commit b167e37

Please sign in to comment.