Set TZ on build-blumeops workflow job #161

Merged
eblume merged 1 commit from fix-workflow-timezone into main 2026-02-11 17:06:45 -08:00
Owner

Summary

The runner pod's TZ env var (#159, #160) doesn't propagate to workflow job containers — jobs run inside Docker containers spawned by the DinD sidecar, not in the runner process itself. Set TZ: America/Los_Angeles at the job level so uvx towncrier build uses the correct timezone.

This is the actual fix for the Feb 12 changelog dates. The runner pod TZ is still useful for runner daemon logs but doesn't affect job execution.

## Summary The runner pod's `TZ` env var (#159, #160) doesn't propagate to workflow job containers — jobs run inside Docker containers spawned by the DinD sidecar, not in the runner process itself. Set `TZ: America/Los_Angeles` at the job level so `uvx towncrier build` uses the correct timezone. This is the actual fix for the Feb 12 changelog dates. The runner pod TZ is still useful for runner daemon logs but doesn't affect job execution.
The runner's TZ env var doesn't propagate to workflow job containers
(which run inside DinD). Set TZ at the job level so towncrier uses
the correct timezone when stamping changelog entries.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
eblume merged commit e84ffb7d7f into main 2026-02-11 17:06:45 -08:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
eblume/blumeops!161
No description provided.