From e81935032fe8e0862f1e7ca2e1c75842c00a659f Mon Sep 17 00:00:00 2001 From: Xikaro Date: Sun, 20 Jul 2025 16:57:02 +0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8c07a0cb4..7e1f2f930 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -188,7 +188,7 @@ jobs: - name: 🔍 Create Pull Request if tag not found id: create_pr - if: ${{ steps.check_tag.outputs.exists == 'false' && env.DEV_ENVIRONMENT == 'true' }} + if: ${{ steps.check_tag.outputs.exists == 'false' && env.DEV_ENVIRONMENT == 'true' && 1 != 1 }} uses: peter-evans/create-pull-request@v7.0.8 with: token: ${{ secrets.GITHUB_TOKEN }}