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