Skip to content

Commit c7df3bf

Browse files
committed
remove unneeded
1 parent 267ef48 commit c7df3bf

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,6 @@ jobs:
895895
if: github.event_name == 'pull_request'
896896
with:
897897
ref: ${{ github.event.pull_request.base.sha }}
898-
899898
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
900899
uses: actions/checkout@v4
901900
with:
@@ -1014,11 +1013,6 @@ jobs:
10141013
matrix: ${{ fromJson(needs.job_e2e_prepare.outputs.matrix-optional) }}
10151014

10161015
steps:
1017-
- name: Check out base commit (${{ github.event.pull_request.base.sha }})
1018-
uses: actions/checkout@v4
1019-
if: github.event_name == 'pull_request'
1020-
with:
1021-
ref: ${{ github.event.pull_request.base.sha }}
10221016
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
10231017
uses: actions/checkout@v4
10241018
with:

0 commit comments

Comments
 (0)