Skip to content

Commit cea1e11

Browse files
committed
fx
1 parent cbb57d1 commit cea1e11

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@fix/fix/cli-tests
66+
uses: Luxonis/luxonis-train/.github/workflows/tests.yaml@fix/cli-tests
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)