diff --git a/.github/workflows/ghstack_land.yml b/.github/workflows/ghstack_land.yml index d7b1ce68c1e..8f66e15c4bd 100644 --- a/.github/workflows/ghstack_land.yml +++ b/.github/workflows/ghstack_land.yml @@ -29,7 +29,7 @@ jobs: PR_MERGED=$(python -c "from github import Github; g = Github(); repo = g.get_repo('pytorch/executorch'); pr = repo.get_pull(${PR_NUMBER}); print(1 if pr.merged else 0)") if [ "$PR_MERGED" = "0" ]; then echo $"PR $PR_NUMBER is not merged. No op here." - exit 0 + # exit 0 fi python .github/scripts/propose_ghstack_orig_pr.py --pr $PR_NUMBER --repo pytorch/executorch diff --git a/README.md b/README.md index b72e00120eb..25763da8104 100644 --- a/README.md +++ b/README.md @@ -109,3 +109,4 @@ schemas. ExecuTorch is BSD licensed, as found in the LICENSE file. Hello +Hey