removed useless if statemnt

This commit is contained in:
2025-10-03 14:30:41 +02:00
parent 820952089a
commit 2f5e2391f7

View File

@@ -192,11 +192,11 @@ jobs:
docker-build: docker-build:
name: Build and Push Docker Image name: Build and Push Docker Image
needs: [detect-project, build, set-tag] needs: [detect-project, build, set-tag]
if: | #if: |
always() && # always() &&
needs.detect-project.result == 'success' && # needs.detect-project.result == 'success' &&
needs.build.result == 'success' && # needs.build.result == 'success' &&
github.event_name != 'pull_request' # github.event_name != 'pull_request'
runs-on: ubuntu-latest runs-on: ubuntu-latest
environment: production environment: production
steps: steps: