Skip to content

Commit 3af9746

Browse files
Copilottoolate28
andcommitted
fix: add success condition to PR comment step in workflow
Co-authored-by: toolate28 <[email protected]>
1 parent 2c31906 commit 3af9746

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coding-agent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
echo "ATOM provenance tracked for ethical review"
4646
4747
- name: Comment on PR
48-
if: github.event_name == 'pull_request'
48+
if: github.event_name == 'pull_request' && steps.simulate.outcome == 'success'
4949
uses: actions/github-script@v7
5050
with:
5151
script: |

0 commit comments

Comments
 (0)