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.
This commit is contained in:
parent
424b1797e8
commit
449159597d
6
.github/.ci-trigger-marker
vendored
Normal file
6
.github/.ci-trigger-marker
vendored
Normal 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.
|
||||
Loading…
Reference in New Issue
Block a user