We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d8cc98 commit cd157f0Copy full SHA for cd157f0
.github/workflows/semgrep.yml
@@ -11,6 +11,7 @@ jobs:
11
semgrep:
12
name: semgrep/ci
13
runs-on: ubuntu-latest
14
+ if: github.repository == 'cloudflare/circl'
15
env:
16
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
17
SEMGREP_URL: https://cloudflare.semgrep.dev
0 commit comments