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 30, 2024
1 parent d41e922 commit 13e7b96
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/diff_comment.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: OpenAPI diff comment

on:
workflow_run:
workflows: ["Lint and validate OpenAPI specs"]
types: [completed]

jobs:
comment:
runs-on: ubuntu-latest
Expand All @@ -17,7 +15,7 @@ jobs:
name: diff-artifacts
path: diff-artifacts/
run-id: ${{ github.event.workflow_run.id }}
github-token: ${{ secrets.GITHUB_TOKEN }}
# github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Create PR comment
uses: actions/github-script@v7
with:
Expand Down

0 comments on commit 13e7b96

Please sign in to comment.