Skip to content

Skip the image cleanup on pull requests - #20

Merged
externl merged 1 commit into
icerpc:mainfrom
externl:skip-cleanup-on-prs
Aug 26, 2026
Merged

Skip the image cleanup on pull requests#20
externl merged 1 commit into
icerpc:mainfrom
externl:skip-cleanup-on-prs

Conversation

@externl

@externl externl commented Aug 26, 2026

Copy link
Copy Markdown
Member

The "Delete old container images" step has no event guard, so a pull request — including one from a fork — deletes package versions from the registry. The logins, the image push and the deploy are all already guarded.

  • if: github.event_name != 'pull_request' on the cleanup step.

@externl externl added the bug Something isn't working label Aug 26, 2026
@externl
externl merged commit 4df1192 into icerpc:main Aug 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant