Skip to content

Commit 1de742d

Browse files
chore: Patch again
Signed-off-by: Francisco Javier Arceo <[email protected]>
1 parent cc2410c commit 1de742d

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
@@ -30,6 +30,7 @@ jobs:
3030
OS: ${{ matrix.os }}
3131
PYTHON: ${{ matrix.python-version }}
3232
steps:
33+
- if: ${{ needs.check_skip_tests.outputs.skip_tests == 'false' }}
3334
- uses: actions/checkout@v4
3435
- name: Setup Python
3536
id: setup-python

0 commit comments

Comments
 (0)