nwsde / nwsde-azuretre

An accelerator to help organizations build Trusted Research Environments on Azure.
https://microsoft.github.io/AzureTRE
MIT License
0 stars 0 forks source link

GitHub Action 'Deploy AzureTRE' concurrency #34

Open jonnyry opened 4 months ago

jonnyry commented 4 months ago

The current Azure TRE GitHub build action uses a concurrency of:

concurrency: "${{ github.workflow }}-${{ github.ref }}"

This prevents two build jobs that are deploying the same branch/tag from running at the same time. Query with microsoft team as to reasoning. Suggest this should be restricted per environment, rather than per branch.