Skip to content

Commit

Permalink
Update diff_comment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
uniqueg authored Oct 29, 2024
1 parent 8fed9ee commit 556b134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/diff_comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
comment:
runs-on: ubuntu-latest
if: github.event.workflow_run.outputs.diff_generated == 'openapi-diff-log'
if: github.event.workflow_run.jobs['diff'].steps.upload-log.outputs.artifact_id == needs.diff_artifact.outputs.artifact_id
permissions:
issues: write
steps:
Expand Down

0 comments on commit 556b134

Please sign in to comment.