From fa60ea92a303bcfc4a47b05283d6fe170028ac20 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 14 Mar 2026 15:47:03 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20fix:=20=E6=B7=BB=E5=8A=A0=20work?= =?UTF-8?q?flow=5Frun=20=E8=A7=A6=E5=8F=91=E5=99=A8=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E9=A3=9E=E4=B9=A6=E2=86=92Notion=20SYSLOG=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=86=99=E5=85=A5=E6=96=AD=E9=93=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com> --- .github/workflows/syslog-pipeline.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/syslog-pipeline.yml b/.github/workflows/syslog-pipeline.yml index 13f8b85e..95d95804 100644 --- a/.github/workflows/syslog-pipeline.yml +++ b/.github/workflows/syslog-pipeline.yml @@ -5,12 +5,18 @@ on: branches: [main] paths: - 'syslog-inbox/**' + workflow_run: + workflows: ["铸渊 · 飞书SYSLOG桥接"] + types: [completed] workflow_dispatch: jobs: # ── Pipeline A:SYSLOG 读取与处理 ────────────────────── pipeline-a-syslog: name: 📥 Pipeline A · SYSLOG 读取处理 + if: >- + github.event_name != 'workflow_run' || + github.event.workflow_run.conclusion == 'success' runs-on: ubuntu-latest permissions: contents: write