File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -895,7 +895,6 @@ jobs:
895
895
if : github.event_name == 'pull_request'
896
896
with :
897
897
ref : ${{ github.event.pull_request.base.sha }}
898
-
899
898
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
900
899
uses : actions/checkout@v4
901
900
with :
@@ -1014,11 +1013,6 @@ jobs:
1014
1013
matrix : ${{ fromJson(needs.job_e2e_prepare.outputs.matrix-optional) }}
1015
1014
1016
1015
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 }}
1022
1016
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
1023
1017
uses : actions/checkout@v4
1024
1018
with :
You can’t perform that action at this time.
0 commit comments