change warning message no timestamps
All checks were successful
Generate Map Previews for Switzerland25 Tournament / Full CI/CD Pipeline (push) Successful in 7s

This commit is contained in:
2025-09-18 12:41:08 +02:00
parent f45eceaa5a
commit 8c46cefd30

View File

@@ -130,7 +130,7 @@ jobs:
fi
if [ "$START" -eq 0 ] && [ "$END" -eq 0 ]; then
echo " Invalid timestamps (0,0) for $REPLAY_NAME - skipping"
echo " No timestamps set for $REPLAY_NAME - skipping"
((skipped++))
continue
fi