Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix trigger for PR environment destroy workflow #827

Merged
merged 2 commits into from
Jan 9, 2025
Merged

Conversation

lorenyu
Copy link
Contributor

@lorenyu lorenyu commented Jan 9, 2025

Fixes bug where PR environment destroy workflow is not triggered when there is a conflict with the base branch

Ticket

Resolves #826

Changes

see title

Context for reviewers

see ticket. i looked into why PRs were being orphaned and discovered it's not because PR destroy workflow was failing but because it wasn't being triggered at all.

Testing

developed in platform test navapbc/platform-test#151 but realized it's hard to test since the change won't be on the base branch since it's not merged yet. So gonna bypass testing and merge this for now.

Fixes bug where PR environment destroy
workflow is not triggered when there is a
conflict with the base branch
@lorenyu lorenyu merged commit 1e594a5 into main Jan 9, 2025
6 of 7 checks passed
@lorenyu lorenyu deleted the lorenyu/prdestroy branch January 9, 2025 01:01
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.

Sometimes PR environment destroy does not trigger
1 participant