Skip to content

Commit 0b433a3

Browse files
authored
ci(fix): do not run secrets detection on dependabot (demisto#17921)
1 parent 13442c1 commit 0b433a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-secrets-detection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: pull_request
44
jobs:
55
secrets_detection:
66
runs-on: ubuntu-latest
7-
if: github.repository == 'demisto/content' && github.event.pull_request.head.repo.fork == false
7+
if: github.repository == 'demisto/content' && github.event.pull_request.head.repo.fork == false && github.actor != 'dependabot[bot]'
88
steps:
99
- name: Checkout
1010
uses: actions/checkout@v2

0 commit comments

Comments
 (0)