Skip to content

ci: do not trigger release on update#1946

Open
AndrewChubatiuk wants to merge 1 commit intomasterfrom
do-not-trigger-release-on-update
Open

ci: do not trigger release on update#1946
AndrewChubatiuk wants to merge 1 commit intomasterfrom
do-not-trigger-release-on-update

Conversation

@AndrewChubatiuk
Copy link
Contributor

@AndrewChubatiuk AndrewChubatiuk commented Mar 10, 2026

currently CI is triggered each time release is updated


Summary by cubic

Update GitHub Actions release workflow to trigger only on the 'released' event. This prevents duplicate or noisy runs on release creation or prerelease updates.

Written for commit 5f6db23. Summary will update on new commits.

Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

release:
types:
- created
- prereleased
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We do want this to be running RCs - this is the only way for customers to consume those, as it builds packages in official registries and prepares CRD.yaml

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

afaik released event includes prereleases as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants