Merge pull request #1504 from crazy-max/fix-update-dist

ci: stop update-dist reruns after generated dist pushes
master
CrazyMax 2 days ago committed by GitHub
commit 00c4e32030
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -15,7 +15,7 @@ on:
jobs:
update-dist:
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == github.event.pull_request.head.repo.full_name
if: github.actor == 'dependabot[bot]' && github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == github.event.pull_request.head.repo.full_name
runs-on: ubuntu-latest
steps:
-

Loading…
Cancel
Save