Skip to content

ci: stop update-dist reruns after generated dist pushes#415

Merged
vvoland merged 1 commit intodocker:masterfrom
crazy-max:fix-update-dist
Apr 1, 2026
Merged

ci: stop update-dist reruns after generated dist pushes#415
vvoland merged 1 commit intodocker:masterfrom
crazy-max:fix-update-dist

Conversation

@crazy-max
Copy link
Copy Markdown
Member

@crazy-max crazy-max commented Mar 31, 2026

relates to #410 (comment)

The job condition in

if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == github.event.pull_request.head.repo.full_name

Now requires both the PR author and the current event actor to be dependabot[bot], while keeping the same-repository check added in the zizmor cleanup. That means the initial Dependabot-triggered run still updates dist, but the follow-up synchronize event triggered by github-actions[bot] is skipped as before.

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants