Skip to content

Commit

Permalink
pr scan
Browse files Browse the repository at this point in the history
  • Loading branch information
Yen Truong committed Jul 11, 2023
1 parent 5fc4675 commit 7ad6763
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: Semgrep
on:
workflow_dispatch: {}
# pull_request: {}
# push:
# branches:
# - main
# - master
# paths:
# - .github/workflows/semgrep.yml
# schedule:
# # random HH:MM to avoid a load spike on GitHub Actions at 00:00
# - cron: '2 9 * * *'
pull_request: {}
push:
branches:
- main
- master
paths:
- .github/workflows/semgrep.yml
schedule:
# random HH:MM to avoid a load spike on GitHub Actions at 00:00
- cron: '2 9 * * *'
jobs:
semgrep:
name: semgrep/ci
Expand Down

0 comments on commit 7ad6763

Please sign in to comment.