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 0996c28 commit 06486a0Copy full SHA for 06486a0
.github/workflows/unit_tests.yml
@@ -11,6 +11,7 @@ jobs:
11
excluded-dirs: 'docs/**,tests/**,examples/**'
12
13
unit-test-python:
14
+ needs: check_skip_tests
15
if: ${{ needs.check_skip_tests.outputs.skip_tests == 'false' }}
16
runs-on: ${{ matrix.os }}
17
strategy:
0 commit comments