We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03db5db + 82878eb commit 95ae927Copy full SHA for 95ae927
.github/workflows/run-e2e-workflow.yml
@@ -53,9 +53,6 @@ jobs:
53
test-e2e-mobile:
54
name: ${{ inputs.test-suite-name }}
55
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')) }}
59
outputs:
60
apk-target-path: ${{ steps.determine-target-paths.outputs.apk-target-path }}
61
test-apk-target-path: ${{ steps.determine-target-paths.outputs.test-apk-target-path }}
0 commit comments