1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

chore: do not run gitleaks on dependabot prs

This commit is contained in:
Carlos A Becker 2022-09-27 10:18:30 -03:00
parent 6a9606d0b4
commit 0a3a76c09e
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -13,7 +13,7 @@ permissions:
jobs:
gitleaks:
runs-on: ubuntu-latest
if: github.event.pull_request.head.repo.full_name == github.repository
if: ${{ !github.event.pusher.name == 'dependabot[bot]' && github.event.pull_request.head.repo.full_name == github.repository }}
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3
with: