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

ci: stop update-dist reruns after generated dist pushes
This commit is contained in:
CrazyMax
2026-04-01 15:08:25 +02:00
committed by GitHub

View File

@@ -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:
-