Skip to content

Commit 927af9e

Browse files
committed
remove unneeded
1 parent 529593e commit 927af9e

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
@@ -896,7 +896,6 @@ jobs:
896896
if: github.event_name == 'pull_request'
897897
with:
898898
ref: ${{ github.event.pull_request.base.sha }}
899-
900899
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
901900
uses: actions/checkout@v4
902901
with:
@@ -1015,11 +1014,6 @@ jobs:
10151014
matrix: ${{ fromJson(needs.job_e2e_prepare.outputs.matrix-optional) }}
10161015

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

0 commit comments

Comments
 (0)