[ci] Fix: do not run tests in case of release skipped (#822)

Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
This commit is contained in:
Andrei Kvapil
2025-04-17 23:31:07 +02:00
committed by GitHub

View File

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