From 418ed2a4644cc1bfc53c16f92f3931e0c2c8c661 Mon Sep 17 00:00:00 2001 From: Andy Fragen Date: Tue, 10 Dec 2024 14:05:15 -0800 Subject: [PATCH] not certain this check is needed as remote branch created if it didn't previously exist --- .github/workflows/generate-pot-pr.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/generate-pot-pr.yml b/.github/workflows/generate-pot-pr.yml index b70fc58..f5c4dee 100644 --- a/.github/workflows/generate-pot-pr.yml +++ b/.github/workflows/generate-pot-pr.yml @@ -63,8 +63,7 @@ jobs: - name: Create pull request if: | - env.CHANGES_DETECTED == 1 && - env.REMOTE_BRANCH_EXISTS == 1 + env.CHANGES_DETECTED == 1 uses: repo-sync/pull-request@v2 with: source_branch: generate-pot