IQSS / dataverse

Open source research data repository software
http://dataverse.org
Other
882 stars 494 forks source link

limit beta testing deployments to one concurrent action at a time #11039

Open donsizemore opened 1 day ago

donsizemore commented 1 day ago

What this PR does / why we need it:

Should limit concurrent GitHub Action deployments to a default value of "1" without cancelling existing jobs. I hope this should help with beta.dataverse.org's apparently manifesting a Payara bug which allows for multiple copies of Payara to run concurrently.

Which issue(s) this PR closes:

Special notes for your reviewer:

None

Suggestions on how to test this:

Attempt to run multiple actions simultaneously?

Does this PR introduce a user interface change? If mockups are available, please link/include them here:

No

Is there a release notes update needed for this change?:

No

Additional documentation:

None