Skip to content

Commit 95ae927

Browse files
authored
Merge branch 'main' into fix/perps/refresh-colors
2 parents 03db5db + 82878eb commit 95ae927

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/run-e2e-workflow.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ jobs:
5353
test-e2e-mobile:
5454
name: ${{ inputs.test-suite-name }}
5555
runs-on: ${{ inputs.platform == 'ios' && 'ghcr.io/cirruslabs/macos-runner:sequoia' || 'ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04-lg' }}
56-
concurrency:
57-
group: ${{ github.workflow }}-${{ github.ref }}-${{ inputs.platform }}-${{ inputs.test-suite-name }}-${{ inputs.split_number }}
58-
cancel-in-progress: ${{ !(contains(github.ref, 'refs/heads/main') || contains(github.ref, 'refs/heads/stable')) }}
5956
outputs:
6057
apk-target-path: ${{ steps.determine-target-paths.outputs.apk-target-path }}
6158
test-apk-target-path: ${{ steps.determine-target-paths.outputs.test-apk-target-path }}

0 commit comments

Comments
 (0)