This is an automated email from the ASF dual-hosted git repository.
raulcd pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new 3f105041b0 GH-50345: [CI] Remove redundant checkout step from
check_labels.yml (#50346)
3f105041b0 is described below
commit 3f105041b0057d89c3facc1882276c7e7f4a3f60
Author: Sutou Kouhei <[email protected]>
AuthorDate: Fri Jul 3 17:25:52 2026 +0900
GH-50345: [CI] Remove redundant checkout step from check_labels.yml (#50346)
### Rationale for this change
`check_labels.yml` no longer uses fork repository content because GH-50256
removed changed paths based check.
### What changes are included in this PR?
Remove redundant `actions/checkout` step.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
No.
* GitHub Issue: #50345
Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Raúl Cumplido <[email protected]>
---
.github/workflows/check_labels.yml | 5 -----
1 file changed, 5 deletions(-)
diff --git a/.github/workflows/check_labels.yml
b/.github/workflows/check_labels.yml
index bbefdd8121..86db6efd16 100644
--- a/.github/workflows/check_labels.yml
+++ b/.github/workflows/check_labels.yml
@@ -41,11 +41,6 @@ jobs:
outputs:
ci-extra-labels: ${{ steps.check.outputs.ci-extra-labels }}
steps:
- - name: Checkout Arrow
- if: github.event_name == 'pull_request'
- uses: actions/checkout@v7
- with:
- persist-credentials: false
- name: Check
id: check
env: