Skip to content

Skip the image cleanup on pull requests - #6

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

Skip the image cleanup on pull requests#6
externl merged 1 commit into
zeroc-ice: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 github_actions Pull requests that update GitHub Actions code label Aug 26, 2026
@externl
externl merged commit efaa251 into zeroc-ice:main Aug 26, 2026
@externl
externl deleted the skip-cleanup-on-prs branch August 26, 2026 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant