Skip to content

Commit

Permalink
Disable removing untagged images
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Apr 9, 2024
1 parent 8aa2b49 commit 1800093
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/remove-untagged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Remove untagged images

on:
workflow_dispatch:
schedule:
- cron: "0 4 * * *" # Every day at 04:00
# schedule:
# - cron: "0 4 * * *" # Every day at 04:00

jobs:
remove-untagged:
Expand Down

0 comments on commit 1800093

Please sign in to comment.