From 03e382982438181582702b170364258fe4815865 Mon Sep 17 00:00:00 2001 From: Arda TANRIKULU Date: Fri, 29 Jan 2021 00:29:04 +0300 Subject: [PATCH] fix(CI): do not run canary release script if PR belongs to fork --- .github/workflows/canary.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index ff55d4363f3f1..51801e1080784 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -9,6 +9,7 @@ jobs: publish-canary: name: Publish Canary runs-on: ubuntu-latest + if: github.event.pull_request.head.repo.full_name == github.repository steps: - name: Checkout Master uses: actions/checkout@v2