Add timeout for check CI (#7963)
This commit is contained in:
parent
57424b7db9
commit
8ea6b6dedf
1 changed files with 1 additions and 0 deletions
1
.github/workflows/check.yml
vendored
1
.github/workflows/check.yml
vendored
|
@ -23,6 +23,7 @@ jobs:
|
|||
check:
|
||||
name: astro check
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 7
|
||||
steps:
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in a new issue