Skip to content

Commit e7f5b6f

Browse files
authored
GH-47065: [Release] Fix timeout key in verify_rc.yml (#47066)
### Rationale for this change We must use `timeout-minutes` not `timeout` for timeout. ### What changes are included in this PR? Fix key. ### Are these changes tested? No. ### Are there any user-facing changes? No. * GitHub Issue: #47065 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
1 parent 0a12d05 commit e7f5b6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/verify_rc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ env:
4242
jobs:
4343
target:
4444
runs-on: ubuntu-latest
45-
timeout: 5
45+
timeout-minutes: 5
4646
outputs:
4747
version: ${{ steps.detect.outputs.version }}
4848
rc: ${{ steps.detect.outputs.rc }}

0 commit comments

Comments
 (0)