Skip to content

Commit cddb867

Browse files
committed
fix: skip pulling branch after checkout in clone step
1 parent a881663 commit cddb867

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/pi_merge_parent_image.yml

-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ jobs:
171171
git config user.name "GitHub Actions"
172172
173173
git checkout -b ${{ needs.configure-branch-name.outputs.gh_head_ref }} || git checkout ${{ needs.configure-branch-name.outputs.gh_head_ref }}
174-
git pull origin ${{ needs.configure-branch-name.outputs.gh_head_ref }}
175174
176175
- name: Compile Requirements (Python)
177176
if: matrix.parent_image_type != 'next'

0 commit comments

Comments
 (0)