From fd63e81634eabb24714d40460d3891f373ee7569 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 16 Jan 2026 21:11:01 +0000 Subject: [PATCH] fix: add success condition to PR comment step in workflow Co-authored-by: toolate28 <105518313+toolate28@users.noreply.github.com> --- .github/workflows/coding-agent.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coding-agent.yml b/.github/workflows/coding-agent.yml index 201ce1c..6dfa3f0 100644 --- a/.github/workflows/coding-agent.yml +++ b/.github/workflows/coding-agent.yml @@ -45,7 +45,7 @@ jobs: echo "ATOM provenance tracked for ethical review" - name: Comment on PR - if: github.event_name == 'pull_request' + if: github.event_name == 'pull_request' && steps.simulate.outcome == 'success' uses: actions/github-script@v7 with: script: |