From 2f5e2391f7016b350d274e86de9dab0c217f785c Mon Sep 17 00:00:00 2001 From: donpat1to Date: Fri, 3 Oct 2025 14:30:41 +0200 Subject: [PATCH] removed useless if statemnt --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0e3c7a7..6854c43 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -192,11 +192,11 @@ jobs: docker-build: name: Build and Push Docker Image needs: [detect-project, build, set-tag] - if: | - always() && - needs.detect-project.result == 'success' && - needs.build.result == 'success' && - github.event_name != 'pull_request' + #if: | + # always() && + # needs.detect-project.result == 'success' && + # needs.build.result == 'success' && + # github.event_name != 'pull_request' runs-on: ubuntu-latest environment: production steps: