diff --git a/.github/workflows/fetch_new_commits_from_remote_repos.yaml b/.github/workflows/fetch_new_commits_from_remote_repos.yaml index 61875d60..a5071fd7 100644 --- a/.github/workflows/fetch_new_commits_from_remote_repos.yaml +++ b/.github/workflows/fetch_new_commits_from_remote_repos.yaml @@ -29,7 +29,7 @@ jobs: GITHUB_TOKEN: ${{ env.GITHUB_TOKEN }} - name: Create PR if commits exist - if: steps.run-swift-script.outputs.branch_name != '' + # if: steps.run-swift-script.outputs.branch_name != '' id: create-pr uses: peter-evans/create-pull-request@v7.0.5 with: