scipy-conference / scipy_proceedings

Tools used to generate the SciPy conference proceedings
Other
223 stars 512 forks source link

Incorrect Concurrency on the GitHub Action #951

Closed rowanc1 closed 3 weeks ago

rowanc1 commented 3 weeks ago

@ejm714 @AmadiGabriel there were some issues raised here:

https://github.com/scipy-conference/scipy_proceedings/pull/947#issuecomment-2158900976

The current logic is to cancel based on branch name any concurrent actions. That needs to be updated to include the source repository as well, as most scipy submissions are all in branch 2024!

There should be a fix incoming shortly:

fwkoch commented 3 weeks ago

This is fixed in with the latest version of the action. Two submissions building simultaneously: image