Fix CI timeout (#8408)
This commit is contained in:
2
.github/workflows/ci-release-merge.yaml
vendored
2
.github/workflows/ci-release-merge.yaml
vendored
@ -1,5 +1,4 @@
|
||||
name: "Release: on merge"
|
||||
timeout-minutes: 10
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
@ -7,6 +6,7 @@ on:
|
||||
|
||||
jobs:
|
||||
tag_and_release:
|
||||
timeout-minutes: 10
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'release')
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user