File tree Expand file tree Collapse file tree 2 files changed +0
-15
lines changed
Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change 7171 name : bundle_analysis.json
7272
7373 - name : Download base branch bundle stats
74- <<<<<<< HEAD
75- uses : dawidd6/action-download-artifact@v3
76- if : success()
77- =======
7874 uses : dawidd6/action-download-artifact@268677152d06ba59fcec7a7f0b5d961b6ccd7e1e
7975 if : success() && github.event.number
80- >>>>>>> f6d762cbbf958ca45bb8d1d011b31e5289e43a3d
8176 with :
8277 workflow : analyze.yml
8378 branch : ${{ github.event.pull_request.base.ref || 'main' }}
Original file line number Diff line number Diff line change @@ -27,25 +27,15 @@ jobs:
2727 echo "event-type=$event_type" >> $GITHUB_OUTPUT
2828
2929 - name : Download base branch bundle stats
30- <<<<<<< HEAD
31- if : github.event.workflow_run.conclusion == 'success' && steps.get-type.outputs.event-type == 'pull_request'
32- uses : dawidd6/action-download-artifact@v3
33- =======
3430 uses : dawidd6/action-download-artifact@268677152d06ba59fcec7a7f0b5d961b6ccd7e1e
35- >>>>>>> f6d762cbbf958ca45bb8d1d011b31e5289e43a3d
3631 with :
3732 workflow : analyze.yml
3833 run_id : ${{ github.event.workflow_run.id }}
3934 name : analysis_comment.txt
4035 path : analysis_comment.txt
4136
4237 - name : Download PR number
43- <<<<<<< HEAD
44- if : github.event.workflow_run.conclusion == 'success' && steps.get-type.outputs.event-type == 'pull_request'
45- uses : dawidd6/action-download-artifact@v3
46- =======
4738 uses : dawidd6/action-download-artifact@268677152d06ba59fcec7a7f0b5d961b6ccd7e1e
48- >>>>>>> f6d762cbbf958ca45bb8d1d011b31e5289e43a3d
4939 with :
5040 workflow : analyze.yml
5141 run_id : ${{ github.event.workflow_run.id }}
You can’t perform that action at this time.
0 commit comments