From 7c64e756481b66f91520b48fc4c94cd991d01e1c Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Fri, 4 Jun 2021 08:36:03 +0300 Subject: [PATCH] semgrep only for non-forked --- .github/workflows/semgrep.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 5895b13e..85b73f35 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -8,6 +8,7 @@ on: jobs: semgrep: name: Scan + if: "github.repository == 'polkadot-js/ui'" runs-on: ubuntu-latest steps: - uses: actions/checkout@v2