Skip to content

Commit ddcf2dc

Browse files
authored
MINOR: [CI][Release] Fix incorrect path in release_candidate.yml (#48871)
### Rationale for this change I noticed a reference to a `release_candidate.sh` in the `paths` field in `release_candidate.yml` which is a file that doesn't exist. I think this was just a typo made during refactoring. ### What changes are included in this PR? Corrected `paths` list entry. ### Are these changes tested? No. ### Are there any user-facing changes? No. Authored-by: Bryce Mecum <petridish@gmail.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
1 parent 7820f67 commit ddcf2dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release_candidate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ on:
2525
tags:
2626
- "apache-arrow-*-rc*"
2727
paths:
28-
- ".github/workflows/release_candidate.sh"
28+
- ".github/workflows/release_candidate.yml"
2929
- "dev/release/utils-create-release-tarball.sh"
3030
- "dev/release/utils-generate-checksum.sh"
3131
pull_request:
3232
paths:
33-
- ".github/workflows/release_candidate.sh"
33+
- ".github/workflows/release_candidate.yml"
3434
- "dev/release/utils-create-release-tarball.sh"
3535
- "dev/release/utils-generate-checksum.sh"
3636

0 commit comments

Comments
 (0)