From 5a6831ae7e3a5ee729171bf9f682c02dbdebcc6f Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Tue, 8 Apr 2025 10:13:59 +0530 Subject: [PATCH] chore: Fix branch in e2e-timings --- .github/workflows/e2e-timings.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/e2e-timings.yml b/.github/workflows/e2e-timings.yml index b51557b69..1796a0608 100644 --- a/.github/workflows/e2e-timings.yml +++ b/.github/workflows/e2e-timings.yml @@ -51,8 +51,9 @@ jobs: author_name: 'github-actions[bot]' author_email: '41898282+github-actions[bot]@users.noreply.github.com' message: 'chore: update E2E timings' + new_branch: update-timings - name: Create Pull Request uses: peter-evans/create-pull-request@v5 with: - branch: release-promotion + branch: update-timings title: Update E2E Timings