Fix CI timeout (#8408)
This commit is contained in:
2
.github/workflows/ci-release-create.yaml
vendored
2
.github/workflows/ci-release-create.yaml
vendored
@ -1,5 +1,4 @@
|
||||
name: "Release: create"
|
||||
timeout-minutes: 10
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
@ -16,6 +15,7 @@ on:
|
||||
|
||||
jobs:
|
||||
create_pr:
|
||||
timeout-minutes: 10
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
||||
Reference in New Issue
Block a user