Compare commits

..

1 Commits

Author SHA1 Message Date
Haitao Pan
a705c94e7f ci: remove unused remote_contract job from build-and-release workflow
The remote_contract job was effectively dead code — it only ran on
workflow_dispatch (excluded push and pull_request events) and was
configured with continue-on-error, so it never blocked releases.

Removing it simplifies the pipeline and eliminates the always()
workaround in the release job's if-condition.
2026-06-30 13:59:21 +08:00

Diff Content Not Available