We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b11a81b commit b0877c6Copy full SHA for b0877c6
.github/workflows/bom-tests.yaml
@@ -63,7 +63,7 @@ jobs:
63
(github.event_name == 'pull_request' &&
64
startsWith(github.head_ref, 'release/') &&
65
github.event.pull_request.base.ref == 'main')
66
- uses: Luxonis/luxonis-train/.github/workflows/tests.yaml@main
+ uses: Luxonis/luxonis-train/.github/workflows/tests.yaml@fix/free-disk-space
67
with:
68
ml_ref: ${{ github.event_name == 'workflow_dispatch' && inputs.ml_ref || github.head_ref }}
69
train_ref: ${{ github.event_name == 'workflow_dispatch' && inputs.train_ref || 'main' }}
0 commit comments