Merge pull request #269 from crazy-max/fix-update-dist
Some checks failed
codeql / analyze (push) Failing after -2s
test / test (push) Failing after -2s
validate / prepare (push) Failing after -2s
validate / validate (push) Has been skipped
zizmor / zizmor (push) Failing after -2s
ci / default (push) Failing after -1s
ci / main (tonistiigi/binfmt:latest, all) (push) Failing after -1s
ci / main (tonistiigi/binfmt:latest, arm64,riscv64,arm) (push) Failing after -1s
ci / main (tonistiigi/binfmt:master, all) (push) Failing after -2s
ci / main (tonistiigi/binfmt:master, arm64,riscv64,arm) (push) Failing after -1s
ci / error (push) Failing after -1s
ci / cache-image (false) (push) Failing after -2s
ci / cache-image (true) (push) Failing after -1s
ci / version (tonistiigi/binfmt:latest) (push) Failing after -1s
ci / version (tonistiigi/binfmt:master) (push) Failing after -2s
ci / version (tonistiigi/binfmt:qemu-v7.0.0) (push) Failing after -1s

ci: stop update-dist reruns after generated dist pushes
This commit is contained in:
CrazyMax 2026-04-01 15:09:07 +02:00 committed by GitHub
commit f4e8deed0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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