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: conflict on run id #88

Merged
merged 5 commits into from
Jun 4, 2024
Merged

fix: conflict on run id #88

merged 5 commits into from
Jun 4, 2024

Conversation

Aslemammad
Copy link
Member

The issue happens here QwikDev/qwik#6389

when other workflows finish, the workflow key would be removed since they all share the same workflow key. And when it is removed, the publish step would crash since there is not workflow key for that step.

what I'm trying to do here is to make the workflow key unique to each step.

Copy link

continuous-releases-staging bot commented Jun 4, 2024

Templates

Commit: ed80bbe

playground-a

npm i https://b63184e4.stackblitz-cr.pages.dev/stackblitz-labs/pkg.pr.new/playground-a@ed80bbe

playground-b

npm i https://b63184e4.stackblitz-cr.pages.dev/stackblitz-labs/pkg.pr.new/playground-b@ed80bbe

Pull Request: #88

Open in Codeflow

playground-a

npm i https://b63184e4.stackblitz-cr.pages.dev/stackblitz-labs/pkg.pr.new/playground-a@88

playground-b

npm i https://b63184e4.stackblitz-cr.pages.dev/stackblitz-labs/pkg.pr.new/playground-b@88

@AmirSa12 AmirSa12 merged commit d48357a into main Jun 4, 2024
4 checks passed
@AmirSa12 AmirSa12 deleted the fix/conflict-on-run-id branch June 4, 2024 07:14
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