File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
Expand file tree Collapse file tree 1 file changed +9
-6
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
1415 get-comparators :
1516 name : Get Comparators
1617 runs-on : ubuntu-latest
17- if : github.event.workflow_run.event == 'pull_request'
18+ # if: github.event.workflow_run.event == 'pull_request'
1819 outputs :
1920 comparators : ${{ steps.get-comparators.outputs.comparators }}
2021 steps :
5556 with :
5657 name : ${{ matrix.comparator }}
5758 path : head
58- run-id : ${{ github.event.workflow_run.id }}
59+ # run-id: ${{ github.event.workflow_run.id }}
60+ run-id : 20148626013
5961 github-token : ${{ secrets.GITHUB_TOKEN }}
6062
6163 - name : Get Run ID from BASE
7274 with :
7375 name : web
7476 path : base
75- run-id : ${{ steps.base-run.outputs.run_id }}
77+ run-id : 20148626013
78+ # run-id: ${{ steps.base-run.outputs.run_id }}
7679 github-token : ${{ secrets.GITHUB_TOKEN }}
7780
7881 - name : Compare Bundle Size
You can’t perform that action at this time.
0 commit comments