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 71
71
name : bundle_analysis.json
72
72
73
73
- name : Download base branch bundle stats
74
- <<<<<<< HEAD
75
- uses : dawidd6/action-download-artifact@v3
76
- if : success()
77
- =======
78
74
uses : dawidd6/action-download-artifact@268677152d06ba59fcec7a7f0b5d961b6ccd7e1e
79
75
if : success() && github.event.number
80
- >>>>>>> f6d762cbbf958ca45bb8d1d011b31e5289e43a3d
81
76
with :
82
77
workflow : analyze.yml
83
78
branch : ${{ github.event.pull_request.base.ref || 'main' }}
Original file line number Diff line number Diff line change @@ -27,25 +27,15 @@ jobs:
27
27
echo "event-type=$event_type" >> $GITHUB_OUTPUT
28
28
29
29
- 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
- =======
34
30
uses : dawidd6/action-download-artifact@268677152d06ba59fcec7a7f0b5d961b6ccd7e1e
35
- >>>>>>> f6d762cbbf958ca45bb8d1d011b31e5289e43a3d
36
31
with :
37
32
workflow : analyze.yml
38
33
run_id : ${{ github.event.workflow_run.id }}
39
34
name : analysis_comment.txt
40
35
path : analysis_comment.txt
41
36
42
37
- 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
- =======
47
38
uses : dawidd6/action-download-artifact@268677152d06ba59fcec7a7f0b5d961b6ccd7e1e
48
- >>>>>>> f6d762cbbf958ca45bb8d1d011b31e5289e43a3d
49
39
with :
50
40
workflow : analyze.yml
51
41
run_id : ${{ github.event.workflow_run.id }}
You can’t perform that action at this time.
0 commit comments