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

further specify concurrency group #16

Merged
merged 1 commit into from
Nov 27, 2024
Merged

further specify concurrency group #16

merged 1 commit into from
Nov 27, 2024

Conversation

dpeng817
Copy link
Contributor

@dpeng817 dpeng817 commented Nov 27, 2024

When using the hybrid quickstart gh action, I ended up running into an issue where when merging a PR after a branch deployment successfully ran, the branch close flow would run in the same group as the main flow, since the ref is the same, and one of the runs would be canceled. The result was that the branch deployment closed and nothing else.

This fixes by also indexing on the name of the event, which i think gets closer to the intended affect.

I can verify that this also fixed on my run of the action. See original: https://github.com/dagster-io/base-dagster-repo/actions/runs/12040973366
and after: https://github.com/dagster-io/base-dagster-repo/actions/runs/12041102759

@slopp
Copy link

slopp commented Nov 27, 2024

Yes! I think this has been broken in hooli and dogfood as well. Great catch

@dpeng817 dpeng817 merged commit 8353483 into main Nov 27, 2024
1 check failed
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