Skip to content

Commit c277945

Browse files
author
Adrian Chang
committed
int
1 parent b12032b commit c277945

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/lbox-develop.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ jobs:
4242
strategy:
4343
fail-fast: false
4444
matrix:
45-
include: ${{ fromJSON(needs.path-filter.outputs.matrix) }}
45+
include: ${{ fromJSON(needs.path-filter.outputs.matrix) }}
46+
concurrency:
47+
group: labelbox-python-${{ inputs.test-env }}-${{ inputs.python-version }}
48+
cancel-in-progress: false
4649
steps:
4750
- uses: actions/checkout@v4
4851
with:
@@ -60,9 +63,6 @@ jobs:
6063
working-directory: libs/${{ matrix.package }}
6164
run: rye run unit
6265
- name: Integration
63-
concurrency:
64-
group: labelbox-python-${{ inputs.test-env }}-${{ inputs.python-version }}
65-
cancel-in-progress: false
6666
working-directory: libs/${{ matrix.package }}
6767
env:
6868
PYTEST_XDIST_AUTO_NUM_WORKERS: 20

0 commit comments

Comments
 (0)