Skip to content

Commit 995307f

Browse files
fix: Remove conditional from steps
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
1 parent 3850643 commit 995307f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/unit_tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
OS: ${{ matrix.os }}
3131
PYTHON: ${{ matrix.python-version }}
3232
steps:
33-
- if: ${{ needs.check_skip_tests.outputs.skip_tests == 'false' }}
3433
- uses: actions/checkout@v4
3534
- name: Setup Python
3635
id: setup-python

0 commit comments

Comments
 (0)