[ci] Fix: do not run tests in case of release skipped

Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
This commit is contained in:
Andrei Kvapil
2025-04-17 23:23:48 +02:00
parent 53cbb4ae12
commit 8f535acc3f

View File

@@ -191,4 +191,5 @@ jobs:
# 12) Run tests
- name: Run tests
if: steps.check_release.outputs.skip == 'false'
run: make test