From f6200b3b2ac10b6158100318b69d20d475595717 Mon Sep 17 00:00:00 2001 From: Abdurrahman SASTIM Date: Thu, 10 Oct 2024 20:56:45 +0200 Subject: [PATCH] ci: enable concurrency --- .github/workflows/test-mobile-e2e.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/test-mobile-e2e.yml b/.github/workflows/test-mobile-e2e.yml index ff676918ce5d..16a2732f9b9a 100644 --- a/.github/workflows/test-mobile-e2e.yml +++ b/.github/workflows/test-mobile-e2e.yml @@ -39,10 +39,6 @@ on: # env: # DEBUG_DETOX: true -concurrency: - group: ${{ github.workflow }}-${{ github.ref_name != 'develop' && github.ref || github.run_id }} - cancel-in-progress: true - permissions: id-token: write contents: read