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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ci): Shake up prepare-release concurrency group #1820

Merged
merged 1 commit into from
Feb 21, 2023

Conversation

bo0tzz
Copy link
Member

@bo0tzz bo0tzz commented Feb 21, 2023

The latest prepare-release run got automatically cancelled because of the concurrency groups:

Canceling since a deadlock for concurrency group 'Prepare new release-refs/heads/main' was detected between 'top level workflow' and 'build_mobile'

I think this happened because both the parent prepare-release.yml and the build-mobile.yml that it calls use ${{ github.workflow }}-${{ github.ref }} for the concurrency group, and build-mobile inherits the github.workflow from the caller. With this change, those groups should be different. I haven't tested this 馃憖

@vercel
Copy link

vercel bot commented Feb 21, 2023

The latest updates on your projects. Learn more about Vercel for Git 鈫楋笌

1 Ignored Deployment
Name Status Preview Updated
immich 猬滐笍 Ignored (Inspect) Feb 21, 2023 at 7:17PM (UTC)

@alextran1502 alextran1502 merged commit e9f9930 into main Feb 21, 2023
@alextran1502 alextran1502 deleted the fix/prepare-release-concurrency branch February 21, 2023 22:55
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.

None yet

2 participants