Skip to content

Commit

Permalink
ci: previous property is not working as expected
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding committed Dec 19, 2023
1 parent 43b6763 commit 7f99bc5
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/container-prune.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: Container Image Cleanup

on:
workflow_run:
workflows: ["Nighly Docker Build"]
types: [completed]
workflow_dispatch:
# workflow_run:
# workflows: ["Nighly Docker Build"]
# types: [completed]
# workflow_dispatch:
push:
branches-ignore: [ main ]


jobs:
Expand All @@ -17,7 +19,7 @@ jobs:
owner: spectrocloud
name: librarium
token: ${{ secrets.GITHUB_TOKEN }}
untagged-older-than: 1d
untagged-keep-latest: 1

- name: Slack Notification
if: ${{ failure() }}
Expand Down

0 comments on commit 7f99bc5

Please sign in to comment.