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:
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 :
You can’t perform that action at this time.
0 commit comments