We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a91fe commit 6459370Copy full SHA for 6459370
.github/workflows/bazel.yml
@@ -82,10 +82,6 @@ jobs:
82
steps:
83
- name: Checkout source tree
84
uses: actions/checkout@v4
85
- - name: Show current branch
86
- run: |
87
- echo "head_ref: ${{ github.head_ref }}, ref: ${{ github.ref }}"
88
- shell: bash
89
- name: Pull latest changes from head ref for PRs
90
if: contains(github.head_ref, 'renovate/')
91
run: git pull origin ${{ github.head_ref }}
0 commit comments