Skip to content

Commit cd157f0

Browse files
committed
Run semgrep cronjob only in upstream repository.
1 parent 3d8cc98 commit cd157f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/semgrep.yml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
semgrep:
1212
name: semgrep/ci
1313
runs-on: ubuntu-latest
14+
if: github.repository == 'cloudflare/circl'
1415
env:
1516
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
1617
SEMGREP_URL: https://cloudflare.semgrep.dev

0 commit comments

Comments
 (0)