Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,9 @@ jobs:
env:
METRICS_MAX_AGE_HOURS: "168"
run: |
if [ "${{ github.event_name }}" = "pull_request" ]; then
uv run --locked python .github/scripts/check_metrics_fresh.py || {
echo "::warning::Metrics are stale; run the scheduled Update metrics workflow after merge."
}
else
uv run --locked python .github/scripts/check_metrics_fresh.py
fi
uv run --locked python .github/scripts/check_metrics_fresh.py || {
echo "::warning::Metrics are stale; run the scheduled Update metrics workflow."
}

test:
runs-on: ubuntu-24.04
Expand Down
Loading