Skip to content

Commit

Permalink
disable cron for untagged image cleanup due to #47
Browse files Browse the repository at this point in the history
  • Loading branch information
prydom committed Apr 21, 2024
1 parent c169cec commit 5075730
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/remove-untagged-images.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: 04 - Clean untagged images
on:
schedule:
- cron: "10 04 * * *"
workflow_dispatch: # allow manually triggering builds
jobs:
clean-untagged-images:
Expand All @@ -15,7 +13,7 @@ jobs:
fail-fast: false # stop GH from cancelling all matrix builds if one fails
matrix:
image:
- fedora-kinoite-laptop
#- fedora-kinoite-laptop
- ostree-buildroot
steps:
- uses: actions/delete-package-versions@v5
Expand Down

0 comments on commit 5075730

Please sign in to comment.