hermes-agent/.github/.ci-trigger-marker
dev-lead 449159597d
Some checks failed
Tests / e2e (push) Failing after 34s
Nix / nix (macos-latest) (push) Waiting to run
Tests / test (push) Failing after 2m20s
Nix / nix (ubuntu-latest) (push) Has been cancelled
ci: marker file to trigger Tests workflow after disk-pressure relief
Empty commit alone doesn't trigger Tests (paths-ignore covers
**/*.md and docs/**, not non-existent files). This marker triggers
the Tests workflow on next push so we can isolate real test bugs
from the prior run's disk-full env errors.

Safe to delete in a follow-up commit once we have clean signal.
2026-05-08 08:58:35 -07:00

7 lines
267 B
Plaintext

# CI re-trigger marker
# Touched 2026-05-08 to fire Tests + Nix workflows after operator host
# disk pressure relief (99% → 79%). Last run had ENOSPC errors that
# masked which test failures are real vs env-induced.
#
# Safe to delete after confirming a clean run.