Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Rajpal Chauhan <[email protected]>
  • Loading branch information
rajpalc7 committed Nov 23, 2023
1 parent 03671f7 commit 67b24f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/delete_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:
push:
branches:
- main
- ghcr-clean

jobs:
clean-ghcr:
Expand All @@ -21,5 +21,4 @@ jobs:
account-type: org
org-name: ${{ github.repository_owner}}
skip-tags: pr-* , *.*.*
untagged-only: true
token: ${{ secrets.PACKAGE_DELETE_TOKEN }}
1 change: 1 addition & 0 deletions .github/workflows/on_pr_closed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- 'charts/tenant-ui/**'
types:
- closed

jobs:
uninstall:
name: Uninstall PR
Expand Down

0 comments on commit 67b24f5

Please sign in to comment.