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 concurrency group in build and publish #849

Merged
merged 1 commit into from
Jan 22, 2025
Merged

Fix concurrency group in build and publish #849

merged 1 commit into from
Jan 22, 2025

Conversation

lorenyu
Copy link
Contributor

@lorenyu lorenyu commented Jan 22, 2025

Ticket

Resolves #836

Changes

see title

Context for reviewers

Previous fix #848 didn't quite fix the race condition (see https://github.com/navapbc/platform-test/actions/runs/12917748724/attempts/1). I think it’s because the github.workflow in the concurrency group refers to the parent workflow, which is different, so cd-app.yml and ci-app-infra-service.yml both calling build-and-publish.yml workflow would produce different concurrency groups.

Testing

see navapbc/platform-test#164

@lorenyu lorenyu requested a review from doshitan January 22, 2025 22:11
@lorenyu lorenyu merged commit fc18473 into main Jan 22, 2025
7 checks passed
@lorenyu lorenyu deleted the lorenyu/race branch January 22, 2025 22:15
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.

Race condition between infra-app-service.yml and build-and-publish workflows
2 participants