act_runner/internal/pkg
silverwind 39cef65b52
fix: hold closedM for both ReportLog and ReportState in RunDaemon
After Close() sets r.closed, the daemon should make zero network calls.
Move ReportLog(false) under the same closedM guard as ReportState() so
the daemon skips both when closed. This also simplifies RunDaemon by
using a single lock/unlock pair.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 03:13:55 +01:00
..
client Bump act to v0.260.0 (#522) 2024-03-27 03:17:04 +00:00
config Fix some typos in internal/pkg/config/config.example.yaml (#764) 2025-11-19 18:16:45 +00:00
envcheck fix: Exit docker container on any process exit (#462) 2024-01-30 13:47:42 +00:00
labels use new docker image URLs (#661) 2025-03-01 20:21:52 +00:00
report fix: hold closedM for both ReportLog and ReportState in RunDaemon 2026-02-19 03:13:55 +01:00
ver Refactor to new framework (#98) 2023-04-04 21:32:04 +08:00