ci: document manual dispatch command for TRI-PI rebuild without re-tag

This commit is contained in:
Krystie
2026-07-01 12:22:14 -07:00
parent d2389b4d39
commit e48b71a5d1
+4
View File
@@ -799,6 +799,10 @@ jobs:
trigger-tripi:
name: Trigger TRI-PI ARM64 Build
# Only fire on tag-push events. To trigger a TRI-PI rebuild after a
# release is created via gh API (without re-pushing the tag), use:
# curl -X POST .../repos/SamiAhmed7777/tri-pi/dispatches \
# -d '{"event_type":"new-release","client_payload":{"version":"vX.Y.Z","source_repo":"SamiAhmed7777/triangles_v5"}}'
if: startsWith(github.ref, 'refs/tags/v')
needs: release
runs-on: ubuntu-latest