We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f66ab7b commit 2f61b7fCopy full SHA for 2f61b7f
.github/workflows/build.yml
@@ -890,11 +890,6 @@ jobs:
890
fail-fast: false
891
matrix: ${{ fromJson(needs.job_e2e_prepare.outputs.matrix) }}
892
steps:
893
- - name: Check out base commit (${{ github.event.pull_request.base.sha }})
894
- uses: actions/checkout@v4
895
- if: github.event_name == 'pull_request'
896
- with:
897
- ref: ${{ github.event.pull_request.base.sha }}
898
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
899
uses: actions/checkout@v4
900
with:
0 commit comments