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

Remove concurrency on CI when not a PR #647

Merged
merged 1 commit into from
Nov 25, 2022

Conversation

PProfizi
Copy link
Contributor

With the automatic run of the CI workflow from an external repository, this comes into conflict with usual workflow runs on master. Concurrency between these runs should be removed.

github.run_id is unique to each run, meaning if not from a PR (with pull_request.number), there will be no concurrency.

Signed-off-by: paul.profizi paul.profizi@ansys.com

… pull_request.number), there will be no concurrency.

Signed-off-by: paul.profizi <paul.profizi@ansys.com>
@PProfizi PProfizi added the CI/CD Related to CI/CD label Nov 25, 2022
@PProfizi PProfizi self-assigned this Nov 25, 2022
@codecov
Copy link

codecov bot commented Nov 25, 2022

Codecov Report

Merging #647 (7ea222a) into master (b4bdc2f) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #647   +/-   ##
=======================================
  Coverage   88.05%   88.05%           
=======================================
  Files          69       69           
  Lines        7750     7750           
=======================================
  Hits         6824     6824           
  Misses        926      926           

@PProfizi PProfizi merged commit bfab16c into master Nov 25, 2022
@PProfizi PProfizi deleted the ci/no_concurrency_only_on_PR branch November 25, 2022 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/CD Related to CI/CD
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants