Skip to content

Commit 380586b

Browse files
committed
Restore Matrix concurrency check
1 parent e957e32 commit 380586b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yaml

+3-4
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,9 @@ jobs:
180180
matrix-client-test-2:
181181
name: Matrix Client Tests - Group 2
182182
runs-on: ubuntu-latest
183-
# FIXME restore
184-
# concurrency:
185-
# group: matrix-client-test-2-${{ github.head_ref || github.run_id }}
186-
# cancel-in-progress: true
183+
concurrency:
184+
group: matrix-client-test-2-${{ github.head_ref || github.run_id }}
185+
cancel-in-progress: true
187186
steps:
188187
- uses: actions/checkout@v3
189188
- uses: ./.github/actions/init

0 commit comments

Comments
 (0)