Skip to content

Commit 0a02261

Browse files
Added concurrency groups on job level
1 parent ab2f8a4 commit 0a02261

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ios-end-to-end-tests.yml

+4
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ jobs:
8080
runs-on: [self-hosted, macOS, ios-test]
8181
needs: [checkout-repository]
8282
timeout-minutes: 20
83+
concurrency:
84+
group: ios-end-to-end-tests-build-group
8385
steps:
8486
- name: Configure Rust
8587
uses: actions-rs/toolchain@v1.0.6
@@ -138,6 +140,8 @@ jobs:
138140
runs-on: [self-hosted, macOS, ios-test]
139141
needs: [build, define-test-suites-matrix]
140142
timeout-minutes: 60
143+
concurrency:
144+
group: ios-end-to-end-tests-test-group
141145
strategy:
142146
fail-fast: false
143147
matrix:

0 commit comments

Comments
 (0)