Skip to content

Commit

Permalink
ci: remove semgrep on each PR creation (cloudflare#18256)
Browse files Browse the repository at this point in the history
The semgrep setup is slow on large repositories. Move it to a once a day task instead.
  • Loading branch information
jacobbednarz authored Nov 18, 2024
1 parent 6af0f9a commit d7d5e2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
on:
pull_request: {}
workflow_dispatch: {}
schedule:
- cron: "0 4 * * *"
Expand Down

0 comments on commit d7d5e2b

Please sign in to comment.