Skip to content

Commit 353f3cf

Browse files
authored
fix conflict
1 parent 1f23912 commit 353f3cf

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

.github/workflows/analyze.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,8 @@ jobs:
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' }}

.github/workflows/analyze_comment.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)