We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 699c9cc commit 595c3d1Copy full SHA for 595c3d1
1 file changed
.github/workflows/leave-comment.yml
@@ -1,9 +1,10 @@
1
name: Compare Build Outputs
2
3
on:
4
- workflow_run:
5
- workflows: ['Generate Docs']
6
- types: [completed]
+ pull_request:
+ # workflow_run:
+ # workflows: ['Generate Docs']
7
+ # types: [completed]
8
9
permissions:
10
contents: read
@@ -23,7 +24,7 @@ jobs:
23
24
- name: Download all comparison artifacts
25
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
26
with:
- run-id: ${{ github.event.workflow_run.id }}
27
+ run-id: 20274890876
28
github-token: ${{ secrets.GITHUB_TOKEN }}
29
path: results
30
@@ -47,4 +48,4 @@ jobs:
47
48
49
comment-tag: compared
50
message: ${{ steps.combine.outputs.combined }}
- pr-number: ${{ github.event.workflow_run.pull_requests[0].number }}
51
+ pr-number: ${{ github.event.pull_request.number }}
0 commit comments