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:
parent
6a9606d0b4
commit
0a3a76c09e
2
.github/workflows/gitleaks.yml
vendored
2
.github/workflows/gitleaks.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user