Skip to content

Commit

Permalink
Update more
Browse files Browse the repository at this point in the history
  • Loading branch information
rollbear committed Sep 23, 2024
1 parent 7d7da97 commit 71381dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prune-old-images.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
on:
workflow_dispatch:
schedule:
- cron: "32 * * * *"

Expand All @@ -9,9 +10,8 @@ jobs:
steps:
- uses: snok/[email protected]
with:
account: rollbear
account: user
token: ${{ secrets.GITHUB_TOKEN }}
image-names: "gcc clang"
tag-selection: untagged
cut-off: 4w
dry-run: true

0 comments on commit 71381dc

Please sign in to comment.