File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9999 && echo "audit: turn_count=$TC OK" \
100100 || { echo "audit: turn_count=$TC < 30"; exit 1; }
101101
102- - name: Notify on live-regression failure
102+ - name: Notify on live-regression failure
103103 if : failure()
104- env :
105- SLACK_WEBHOOK : ${{ secrets.SLACK_WEBHOOK }}
106- RUN_ID : ${{ github.run_id }}
107- run : |
108- echo '[DGAF] live-regression failed - Vercel unavailable. Suite passing via continue-on-error.'
109- if [ -n "${SLACK_WEBHOOK}" ]; then
110- python3 -c '
111- import os, urllib.request, json
112- url = os.environ["SLACK_WEBHOOK"]
113- run = os.environ.get("RUN_ID", "unknown")
114- msg = json.dumps({"text" : " [DGAF] live-regression failed (run " + run + "). Vercel may be unavailable."})
115- req = urllib.request.Request(url, msg.encode(), {"Content-Type" : " application/json" })
116- urllib.request.urlopen(req)
117- '
118- fi
104+ run : echo DGAF live-regression failed run ${{ github.run_id }} Vercel unavailable suite passing via continue-on-error
You can’t perform that action at this time.
0 commit comments