Skip to content

Commit

Permalink
make sure only 1 github action runs website swap at a time
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Apr 27, 2024
1 parent 5e1e6fe commit c6f1036
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/website_frontend_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
swap-deployment:
needs: playwright
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ env.AZURE_WEBAPP_NAME }}-swap
cancel-in-progress: false
steps:
- name: Login to Azure
uses: azure/login@v2
Expand Down

0 comments on commit c6f1036

Please sign in to comment.