Merge pull request #517 from crazy-max/fix-update-dist
Some checks failed
codeql / analyze (push) Failing after 5s
test / test (push) Failing after 5s
validate / prepare (push) Failing after 6s
zizmor / zizmor (push) Failing after 0s
validate / validate (push) Has been skipped
ci / main () (push) Failing after 10s
ci / main (cloud:latest) (push) Failing after 9s
ci / main (cloud:v0.11.2-desktop.2) (push) Failing after 11s
ci / main (lab:latest) (push) Failing after 12s
ci / main (latest) (push) Failing after 12s
ci / main (v0.4.1) (push) Failing after 12s
ci / multi (push) Failing after 11s
ci / error (push) Failing after 11s
ci / debug (push) Failing after 12s
ci / use (false) (push) Failing after 12s
ci / use (true) (push) Failing after 12s
ci / driver (image=moby/buildkit:latest) (push) Failing after 11s
ci / driver (image=moby/buildkit:master network=host ) (push) Failing after 10s
ci / docker-driver (push) Failing after 9s
ci / endpoint (push) Failing after 15s
ci / buildkitd-config (push) Failing after 9s
ci / buildkitd-config-inline (push) Failing after 11s
ci / with-qemu (, all) (push) Failing after 1m13s
ci / with-qemu (, arm64,riscv64,arm) (push) Failing after 1m34s
ci / with-qemu (v0.9.1, all) (push) Failing after 34s
ci / with-qemu (v0.9.1, arm64,riscv64,arm) (push) Failing after 34s
ci / build-ref (cb185f095fd3d9444e0aa605d3789e9e05f2a1e7) (push) Failing after 36s
ci / build-ref (master) (push) Failing after 34s
ci / build-ref (refs/pull/731/head) (push) Failing after 37s
ci / build-ref (refs/tags/v0.5.1) (push) Failing after 36s
ci / standalone-cmd (push) Failing after 5s
ci / standalone-action (push) Failing after 5s
ci / append (push) Failing after 6s
ci / platforms (push) Failing after 8s
ci / docker-context (push) Failing after 6s
ci / cleanup (false) (push) Failing after 9s
ci / cleanup (true) (push) Failing after 7s
ci / k3s (latest) (push) Failing after 9s
ci / k3s (v0.10.5) (push) Failing after 9s
ci / k3s (v0.11.0) (push) Failing after 9s
ci / cache-binary (false) (push) Failing after 8s
ci / cache-binary (true) (push) Failing after 7s
ci / keep-state (push) Failing after 7s
ci / keep-state-error (push) Failing after 6s
ci / windows-error (push) Has been cancelled

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
commit 21162887f0
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:
- -