From 2b870563b6bc259778482f6f5099c549078a0349 Mon Sep 17 00:00:00 2001 From: Wei Date: Thu, 30 Oct 2025 17:50:40 +0800 Subject: [PATCH] ci: remove useless input Removed result-heading from ecosystem CI workflows. --- .github/workflows/ecosystem-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ecosystem-ci.yml b/.github/workflows/ecosystem-ci.yml index 907cc502e..0a9ffa6fc 100644 --- a/.github/workflows/ecosystem-ci.yml +++ b/.github/workflows/ecosystem-ci.yml @@ -51,7 +51,6 @@ jobs: ecosystem-repo: rslib workflow-file: rslib-ecosystem-ci-selected.yml client-payload: '{"ref":"${{ github.event.inputs.branch }}","repo":"web-infra-dev/rslib","suite":"-","suiteRefType":"precoded","suiteRef":"precoded"}' - result-heading: Rslib Ecosystem CI branch: ${{ github.event.inputs.branch }} ecosystem_ci_per_commit: name: Run ecosystem CI per commit @@ -67,4 +66,3 @@ jobs: ecosystem-repo: rslib workflow-file: rslib-ecosystem-ci-from-commit.yml client-payload: '{"commitSHA":"${{ github.sha }}","updateComment":true,"repo":"web-infra-dev/rslib","suite":"-","suiteRefType":"precoded","suiteRef":"precoded"}' - result-heading: Rslib Ecosystem CI