ci: marker file to trigger Tests workflow after disk-pressure relief
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

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.
This commit is contained in:
dev-lead 2026-05-08 08:58:35 -07:00
parent 424b1797e8
commit 449159597d

6
.github/.ci-trigger-marker vendored Normal file
View File

@ -0,0 +1,6 @@
# 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.