diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index 3962086f191b7..1992cf2a40fad 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -31,9 +31,6 @@ jobs: with: ref: ${{ github.event.inputs.target_branch_or_tag }} - - name: Display checked out branch or tag - run: echo "Checked out branch/tag to: ${{ github.event.inputs.target_branch_or_tag }}" - - name: Show disk space before the tasks run: df -h