Skip to content

Commit

Permalink
Disable cross-workflow concurrency of azure E2E tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amitlicht committed Jun 18, 2024
1 parent 740c3b6 commit 97db65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
timeout-minutes: 5
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }} # do not allow concurrent runs of this job
group: azure-e2e-tests # do not allow concurrent runs of this job
cancel-in-progress: false
steps:
- name: Checkout repository
Expand Down

0 comments on commit 97db65d

Please sign in to comment.