From bd9286b225d6c75fb1a45a75f06f064dc4be6cd7 Mon Sep 17 00:00:00 2001 From: Enrique Araque Date: Thu, 14 May 2026 15:39:54 +0200 Subject: [PATCH] remove unnecesary conditions --- .github/workflows/5_pr_check.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/5_pr_check.yml b/.github/workflows/5_pr_check.yml index 62e27fdf..b47934c3 100644 --- a/.github/workflows/5_pr_check.yml +++ b/.github/workflows/5_pr_check.yml @@ -53,7 +53,6 @@ jobs: dev: true Execute-Goss-tests: - if: needs.build-images.result != 'skipped' needs: [prepare-variables, build-images] runs-on: ubuntu-22.04 env: @@ -86,7 +85,6 @@ jobs: check-single-node: name: Check single node on ${{ matrix.os }} - if: needs.Execute-Goss-tests.result != 'skipped' runs-on: ${{ matrix.os }} strategy: matrix: @@ -362,7 +360,6 @@ jobs: check-multi-node: name: Check multi node on ${{ matrix.os }} - if: needs.Execute-Goss-tests.result != 'skipped' runs-on: ${{ matrix.os }} strategy: matrix: