diff --git a/.github/workflows/auto-update-pr.yml b/.github/workflows/auto-update-pr.yml index 3e86a51d28e..8997a3e2732 100644 --- a/.github/workflows/auto-update-pr.yml +++ b/.github/workflows/auto-update-pr.yml @@ -1,8 +1,9 @@ name: "Keep PRs Updated from Main" on: - push: - branches: - - main + # disabled on push until testing is complete + # push: + # branches: + # - main workflow_dispatch: jobs: autoupdate: