mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Merge pull request #14179 from meteor/ci/fix-concurrency-matrix
ci: enable concurrency workflow for change streams
This commit is contained in:
2
.github/workflows/test-packages.yml
vendored
2
.github/workflows/test-packages.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user