Set TZ on build-blumeops workflow job #161
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-workflow-timezone"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
The runner pod's
TZenv 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. SetTZ: America/Los_Angelesat the job level souvx towncrier builduses 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.