Skip to content

Commit 70e5c51

Browse files
committed
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 <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
1 parent 254a85c commit 70e5c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)