Skip to content

Commit

Permalink
Prevent concurrent running of integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vanilevsky authored Mar 15, 2024
1 parent 49a4976 commit 5e9e6e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:
tests:
runs-on: macos-latest

concurrency:
group: web_integration_tests
cancel-in-progress: true

steps:
- uses: actions/checkout@v2
- name: Set Aegis url
Expand Down

0 comments on commit 5e9e6e7

Please sign in to comment.