Skip to content

Commit 2bb240b

Browse files
fix: Adding logic back for a step
Signed-off-by: Francisco Javier Arceo <[email protected]>
1 parent 995307f commit 2bb240b

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

0 commit comments

Comments
 (0)