From 24e6a1a9183891933f96ed9225b440c966ec9ae6 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 28 Dec 2020 12:19:35 -0800 Subject: [PATCH] do not merge: remove later --- .github/workflows/preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index d86c38a1fee..791390d98a7 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -6,7 +6,7 @@ jobs: upload: name: 'upload PR preview' runs-on: ubuntu-latest - if: ${{ github.repository == 'tc39/ecma262' }} + if: ${{ github.repository == 'tc39/ecma262' || github.repository == 'ljharb/ecma262' }} steps: - uses: actions/checkout@v2