Skip to content

Commit

Permalink
Merge pull request #1351 from bcgov/i5okie/disable-prune-images-step
Browse files Browse the repository at this point in the history
Disable clean-ghcr job in Uninstall PR Instance workflow
  • Loading branch information
i5okie committed Sep 4, 2024
2 parents 7611ce0 + 5c2116b commit ca3780b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on_pr_closed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
clean-ghcr:
runs-on: ubuntu-22.04
if: github.repository_owner == 'bcgov'
if: ${{ false }}
name: Delete closed PR images
steps:
- name: Delete Images
Expand Down

0 comments on commit ca3780b

Please sign in to comment.