🔧 fix: 添加 workflow_run 触发器修复飞书→Notion SYSLOG自动写入断链

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-03-14 15:47:03 +00:00
parent cb526bcedf
commit fa60ea92a3
1 changed files with 6 additions and 0 deletions

View File

@ -5,12 +5,18 @@ on:
branches: [main]
paths:
- 'syslog-inbox/**'
workflow_run:
workflows: ["铸渊 · 飞书SYSLOG桥接"]
types: [completed]
workflow_dispatch:
jobs:
# ── Pipeline ASYSLOG 读取与处理 ──────────────────────
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