From baac2d507c4c8635d9b6bfecad5f68d74580418e Mon Sep 17 00:00:00 2001 From: Hansong Zhang Date: Thu, 17 Oct 2024 15:11:10 -0700 Subject: [PATCH] Test my commit ghstack-source-id: 1baaa4e3d67c9c3a811274d75a516ce5f43d0442 Pull Request resolved: https://github.com/pytorch/executorch/pull/6341 --- .github/workflows/ghstack_land.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ghstack_land.yml b/.github/workflows/ghstack_land.yml index c2e82ab36f2..762943d5c94 100644 --- a/.github/workflows/ghstack_land.yml +++ b/.github/workflows/ghstack_land.yml @@ -1,9 +1,9 @@ name: Propose to merge ghstack orig PRs to main on: pull_request: - types: [opened, synchronize, closed] + types: [closed] branches: - - 'gh/*/[0-9]+/base' + - 'gh/kirklandsign/[0-9]+/base' jobs: ghstack_merge_to_main: name: Try to create a PR with ghstack /orig branch