You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
jonnyry
changed the title
GitHub Action concurrency
GitHub Action 'Deploy AzureTRE' concurrency
Feb 27, 2024
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.
The text was updated successfully, but these errors were encountered: