From 4ef7bbc102b3443601e3505b46999a657dfa11f4 Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Fri, 4 Jun 2021 17:58:16 +0300 Subject: [PATCH] semgrep.yml update --- .github/workflows/semgrep.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 2b364a92b..c619ee595 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -7,7 +7,7 @@ on: jobs: semgrep: name: Scan - if: "! startsWith(github.event.head_commit.message, '[CI Skip]')" + if: "! startsWith(github.event.head_commit.message, '[CI Skip]') && github.repository == 'polkadot-js/phishing'" runs-on: ubuntu-latest steps: - uses: actions/checkout@v2