Skip to content

Allow disabling background update checks#268

Merged
jongio merged 2 commits into
mainfrom
idea/disable-update-check
Jul 9, 2026
Merged

Allow disabling background update checks#268
jongio merged 2 commits into
mainfrom
idea/disable-update-check

Conversation

@jongio

@jongio jongio commented Jul 8, 2026

Copy link
Copy Markdown
Owner

Summary

  • add DISPATCH_NO_UPDATE_CHECK to skip the background release check
  • document the environment variable in help and README
  • cover truthy values and enabled/disabled startup behavior with tests

Closes #263

Validation

  • go test ./cmd/dispatch
  • go build ./...
  • go vet ./...

Notes

  • go test ./... -timeout 10m did not complete because existing internal/platform git-state tests timed out while waiting on git subprocesses in this environment. The changed package tests passed.

@jongio jongio added the idea Feature idea from the idea pipeline label Jul 8, 2026
@jongio jongio self-assigned this Jul 8, 2026
jongio and others added 2 commits July 8, 2026 19:43
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
gofumpt requires consecutive top-level const declarations to be grouped
into a single const block. Fixes the strict-formatting CI check.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@jongio jongio force-pushed the idea/disable-update-check branch from 03b4ae9 to 36a8f4a Compare July 9, 2026 02:48
@jongio jongio merged commit 100241f into main Jul 9, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

idea Feature idea from the idea pipeline

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow disabling background update checks

1 participant