Skip to content

Commit 06486a0

Browse files
fix: Update unit tests workflow
Signed-off-by: Francisco Javier Arceo <[email protected]>
1 parent 0996c28 commit 06486a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
excluded-dirs: 'docs/**,tests/**,examples/**'
1212

1313
unit-test-python:
14+
needs: check_skip_tests
1415
if: ${{ needs.check_skip_tests.outputs.skip_tests == 'false' }}
1516
runs-on: ${{ matrix.os }}
1617
strategy:

0 commit comments

Comments
 (0)