Skip to content

Commit 2f61b7f

Browse files
committed
remove unneeded
1 parent f66ab7b commit 2f61b7f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build.yml

-5
Original file line numberDiff line numberDiff line change
@@ -890,11 +890,6 @@ jobs:
890890
fail-fast: false
891891
matrix: ${{ fromJson(needs.job_e2e_prepare.outputs.matrix) }}
892892
steps:
893-
- name: Check out base commit (${{ github.event.pull_request.base.sha }})
894-
uses: actions/checkout@v4
895-
if: github.event_name == 'pull_request'
896-
with:
897-
ref: ${{ github.event.pull_request.base.sha }}
898893
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
899894
uses: actions/checkout@v4
900895
with:

0 commit comments

Comments
 (0)