Skip to content

Commit

Permalink
not certain this check is needed
Browse files Browse the repository at this point in the history
as remote branch created if it didn't previously exist
  • Loading branch information
afragen committed Dec 10, 2024
1 parent c32235d commit 418ed2a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/generate-pot-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 418ed2a

Please sign in to comment.