ci: minor cleanup of self-hosted runner references

This commit is contained in:
GuettliBot2
2026-05-17 11:38:27 +02:00
parent 27ce3961b1
commit 73c1a09d47
+1 -2
View File
@@ -17,8 +17,7 @@ command -v stalwart >/dev/null || {
exit 1
}
# Kill any stalwart left over from a previous run (the CI self-hosted runner
# keeps processes alive across jobs when a run is killed externally).
# Kill any stalwart left over from a previous run.
pkill -x stalwart 2>/dev/null && sleep 0.5 || true
# Pre-seed spam-filter version so Stalwart does not fetch it on first boot.