Skip to content

Commit 6459370

Browse files
committed
[ci] Removing extra step, unneeded
[skip ci]
1 parent 33a91fe commit 6459370

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/bazel.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,6 @@ jobs:
8282
steps:
8383
- name: Checkout source tree
8484
uses: actions/checkout@v4
85-
- name: Show current branch
86-
run: |
87-
echo "head_ref: ${{ github.head_ref }}, ref: ${{ github.ref }}"
88-
shell: bash
8985
- name: Pull latest changes from head ref for PRs
9086
if: contains(github.head_ref, 'renovate/')
9187
run: git pull origin ${{ github.head_ref }}

0 commit comments

Comments
 (0)