semgrep.yml update

This commit is contained in:
Jaco Greeff
2021-06-04 17:58:16 +03:00
parent 55b18ef0f4
commit 4ef7bbc102
+1 -1
View File
@@ -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