File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 11name : Compare Build Outputs
22
33on :
4- workflow_run :
5- workflows : ['Generate Docs']
6- types : [completed]
4+ pull_request :
5+ # workflow_run:
6+ # workflows: ['Generate Docs']
7+ # types: [completed]
78
89permissions :
910 contents : read
2324 - name : Download all comparison artifacts
2425 uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
2526 with :
26- run-id : ${{ github.event.workflow_run.id }}
27+ run-id : 20274890876
2728 github-token : ${{ secrets.GITHUB_TOKEN }}
2829 path : results
2930
4748 with :
4849 comment-tag : compared
4950 message : ${{ steps.combine.outputs.combined }}
50- pr-number : ${{ github.event.workflow_run.pull_requests[0] .number }}
51+ pr-number : ${{ github.event.pull_request .number }}
You can’t perform that action at this time.
0 commit comments