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 995307f commit 2bb240bCopy full SHA for 2bb240b
.github/workflows/unit_tests.yml
@@ -31,6 +31,7 @@ jobs:
31
PYTHON: ${{ matrix.python-version }}
32
steps:
33
- uses: actions/checkout@v4
34
+ if: ${{ needs.check_skip_tests.outputs.skip_tests == 'false' }}
35
- name: Setup Python
36
id: setup-python
37
uses: actions/setup-python@v5
0 commit comments