Merge pull request #14179 from meteor/ci/fix-concurrency-matrix

ci:  enable concurrency workflow for change streams
This commit is contained in:
Italo José
2026-03-03 09:13:43 -03:00
committed by GitHub

View File

@@ -14,7 +14,7 @@ jobs:
- 'oplog,polling'
runs-on: ubuntu-22.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.reactivity_order }}
cancel-in-progress: true
timeout-minutes: 90
env: