fix: restore workflow_dispatch to cinny-desktop — push trigger doesn't fire in this runner setup
CI / Build & Quality Checks (push) Successful in 10m22s
Trigger Desktop Build / trigger (push) Failing after 5s

This commit is contained in:
2026-06-11 11:50:42 -04:00
parent 9a24feb914
commit 055dcec65b
+7
View File
@@ -27,3 +27,10 @@ jobs:
git commit -m "chore: bump cinny submodule to ${CINNY_SHA:0:8}"
git push origin main
fi
# Explicitly dispatch the desktop build — the push trigger alone
# does not fire reliably in this Gitea/act runner setup.
curl -sf -X POST \
"https://code.lotusguild.org/api/v1/repos/LotusGuild/cinny-desktop/actions/workflows/release.yml/dispatches" \
-H "Authorization: token $TOKEN" \
-H "Content-Type: application/json" \
-d '{"ref":"main"}'