diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 2250f98d..44a37c0f 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -11,6 +11,7 @@ jobs: semgrep: name: semgrep/ci runs-on: ubuntu-latest + if: github.repository == 'cloudflare/circl' env: SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }} SEMGREP_URL: https://cloudflare.semgrep.dev