We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13442c1 commit 0b433a3Copy full SHA for 0b433a3
1 file changed
.github/workflows/run-secrets-detection.yml
@@ -4,7 +4,7 @@ on: pull_request
4
jobs:
5
secrets_detection:
6
runs-on: ubuntu-latest
7
- if: github.repository == 'demisto/content' && github.event.pull_request.head.repo.fork == false
+ if: github.repository == 'demisto/content' && github.event.pull_request.head.repo.fork == false && github.actor != 'dependabot[bot]'
8
steps:
9
- name: Checkout
10
uses: actions/checkout@v2
0 commit comments