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 @@ -896,7 +896,6 @@ jobs:
896
896
if : github.event_name == 'pull_request'
897
897
with :
898
898
ref : ${{ github.event.pull_request.base.sha }}
899
-
900
899
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
901
900
uses : actions/checkout@v4
902
901
with :
@@ -1015,11 +1014,6 @@ jobs:
1015
1014
matrix : ${{ fromJson(needs.job_e2e_prepare.outputs.matrix-optional) }}
1016
1015
1017
1016
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 }}
1023
1017
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
1024
1018
uses : actions/checkout@v4
1025
1019
with :
You can’t perform that action at this time.
0 commit comments