ci: stop update-dist reruns after generated dist pushes

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2026-04-01 13:12:08 +02:00
parent e35beed76f
commit af595e0653
No known key found for this signature in database
GPG Key ID: ADE44D8C9D44FBE4

View File

@ -15,7 +15,7 @@ on:
jobs: jobs:
update-dist: 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 runs-on: ubuntu-latest
steps: steps:
- -