From 7a68df41ac2db6626cac681f650724741b95474f Mon Sep 17 00:00:00 2001 From: donpat1to Date: Fri, 26 Sep 2025 02:06:25 +0200 Subject: [PATCH] removed redundant and unvalid conditions --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cdbb52b..cf4d1ef 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -252,9 +252,7 @@ jobs: name: Create Tag needs: [docker-build, build, set-tag] if: | - always() && github.event_name == 'push' && - github.event_name != 'pull_request' needs.detect-project.result == 'success' && needs.build.result == 'success' && needs.docker-build.result == 'success'