Skip to content

Commit b0877c6

Browse files
committed
test luxons-train branch fix/free-disk-space
1 parent b11a81b commit b0877c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bom-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
(github.event_name == 'pull_request' &&
6464
startsWith(github.head_ref, 'release/') &&
6565
github.event.pull_request.base.ref == 'main')
66-
uses: Luxonis/luxonis-train/.github/workflows/tests.yaml@main
66+
uses: Luxonis/luxonis-train/.github/workflows/tests.yaml@fix/free-disk-space
6767
with:
6868
ml_ref: ${{ github.event_name == 'workflow_dispatch' && inputs.ml_ref || github.head_ref }}
6969
train_ref: ${{ github.event_name == 'workflow_dispatch' && inputs.train_ref || 'main' }}

0 commit comments

Comments
 (0)