Skip to content

Commit ddf0f5c

Browse files
committed
GH-50345: [CI] Remove redundant checkout step from check_labels.yml
1 parent ebde321 commit ddf0f5c

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/check_labels.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@ jobs:
4141
outputs:
4242
ci-extra-labels: ${{ steps.check.outputs.ci-extra-labels }}
4343
steps:
44-
- name: Checkout Arrow
45-
if: github.event_name == 'pull_request'
46-
uses: actions/checkout@v7
47-
with:
48-
persist-credentials: false
4944
- name: Check
5045
id: check
5146
env:

0 commit comments

Comments
 (0)