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

[Bug] Excessive/duplicate CI runs #281

Closed
andrewazores opened this issue Oct 20, 2023 · 0 comments · Fixed by #282
Closed

[Bug] Excessive/duplicate CI runs #281

andrewazores opened this issue Oct 20, 2023 · 0 comments · Fixed by #282
Assignees
Labels
bug Something isn't working ci

Comments

@andrewazores
Copy link
Member

          I, uh, think that was a little excessive :sweat_smile: 

I suspect this is the problem:

group: ci-${{ github.run_id }}

The concurrency group is based on the run ID, but each time the PR is relabelled or a new commit is pushed I think that triggers a new run with a new ID, so many concurrent jobs can be running in the background on the same actual code if we're just relabelling the PR etc.

Originally posted by @andrewazores in #279 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ci
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants