Update build.yml

This commit is contained in:
Xikaro 2025-07-20 16:57:02 +05:00
parent d006c1e9fc
commit e81935032f

View file

@ -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 }}