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: |