From d7af3cc0bc5c715060f95794517c1625c0a57e88 Mon Sep 17 00:00:00 2001 From: Vladimir Date: Fri, 15 Mar 2024 14:00:58 +0800 Subject: [PATCH] Prevent concurrent running of integration tests --- .github/workflows/integration_tests.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 3abeaa26..d9c0d476 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -8,7 +8,11 @@ on: jobs: tests: runs-on: macos-latest - + + concurrency: + group: ios_integration_tests + cancel-in-progress: true + steps: - uses: actions/checkout@v2 - name: Set Outager url