diff --git a/.github/workflows/batch_release_pr.yml b/.github/workflows/batch_release_pr.yml index 42000979858..c191c9623e7 100644 --- a/.github/workflows/batch_release_pr.yml +++ b/.github/workflows/batch_release_pr.yml @@ -38,6 +38,6 @@ jobs: title: "[${{ github.event.client_payload.package }}] Batch release" body: "This PR was created automatically to batch release the `${{ github.event.client_payload.package }}`." branch: ${{ env.BRANCH_NAME }} - base: release + base: release-${{ github.event.client_payload.package }} diff --git a/.github/workflows/go_router_batch.yml b/.github/workflows/go_router_batch.yml index f07cb5b242c..90ef2edf6b5 100644 --- a/.github/workflows/go_router_batch.yml +++ b/.github/workflows/go_router_batch.yml @@ -1,9 +1,11 @@ name: "Creates Batch Release for go_router" on: - schedule: - # Run every Monday at 8:00 AM - - cron: "0 8 * * 1" + workflow_dispatch: + # Uncomment the cron schedule when ready. + # schedule: + # # Run every Monday at 8:00 AM + # - cron: "0 8 * * 1" jobs: dispatch_release_pr: