Skip to content

Commit

Permalink
Update pr-comment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacoblightning authored Aug 4, 2024
1 parent 2fbecbb commit cbce651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-comment.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Comment on pull request
permissions: write-all
on:
workflow_run:
workflows: ['build and upload']
types: [completed]
jobs:
pr_comment:
permissions: write-all
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit cbce651

Please sign in to comment.