1 parent 8c3019b commit a97042fCopy full SHA for a97042f
1 file changed
.github/workflows/pipeline.yml
@@ -150,11 +150,17 @@ jobs:
150
- name: Step 3 — Rank leads + update history
151
run: |
152
# rank_leads exits 0 even with zero leads (fail-closed content)
153
- python alert/scripts/rank_leads.py \
154
- --input work/leads \
155
- --output work/ranked \
156
- --history work/history \
157
- --rules alert/rules/ranking_v0.1.yaml
+ python alert/scripts/rank_leads.py \
+
+ --input work/leads \
+ --output work/ranked \
158
159
+ --history work/history \
160
161
+ --rules alert/rules/ranking_v0.1.yaml \
162
163
+ --entity-config alert/config/entity_names.yaml
164
ls -la work/ranked/ work/history/ || true
165
if [ -f work/ranked/ranked_leads.json ]; then
166
python -c "
0 commit comments