From 7ee40764e6f79bf7dad5b60aa468a9d9bbe35035 Mon Sep 17 00:00:00 2001 From: lauren Date: Thu, 22 Dec 2022 17:53:59 -0500 Subject: [PATCH] =?UTF-8?q?Revert=20"[nocommit]=20Run=20test262=20on=20thi?= =?UTF-8?q?s=20PR=20to=20verify=20it=20works=20for=20real=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …-realsies" This reverts commit 3c8700cbc7502e56cca8d4bb77a08e1ee747c166. I'm not sure how this happened but I accidentally hit up + enter on a previous `ghstack land` command for a different stack and it landed this one. Infuriating. --- compiler/.github/workflows/test262.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/.github/workflows/test262.yml b/compiler/.github/workflows/test262.yml index cf71a10b8a..ed44029706 100644 --- a/compiler/.github/workflows/test262.yml +++ b/compiler/.github/workflows/test262.yml @@ -3,7 +3,6 @@ name: test262 on: push: branches: [main] - pull_request: jobs: test262: