From e46b7a067a2b6332548a93256372c84228ec17d6 Mon Sep 17 00:00:00 2001 From: Ahmad Nassri Date: Wed, 3 Mar 2021 20:45:48 -0500 Subject: [PATCH] chore(template): sync with ahmadnassri/template-node-lib --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8947ca3..0ae4a5e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest - # run on external PRs, but on internal PRs as they'll be run by the push to the branch. + # run on external PRs, but not on our internal PRs if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository steps: