diff options
author | 2023-08-04 23:01:44 +0800 | |
---|---|---|
committer | 2023-08-04 23:01:44 +0800 | |
commit | 8ea6b6dedff7195fdfc9bb68bd642abe77d3fa4b (patch) | |
tree | 8036822e5835890814ad2132f36ffaa9589f60ec | |
parent | 57424b7db954fe5137e2c2ea1895af6a3d270a2f (diff) | |
download | astro-8ea6b6dedff7195fdfc9bb68bd642abe77d3fa4b.tar.gz astro-8ea6b6dedff7195fdfc9bb68bd642abe77d3fa4b.tar.zst astro-8ea6b6dedff7195fdfc9bb68bd642abe77d3fa4b.zip |
Add timeout for check CI (#7963)
-rw-r--r-- | .github/workflows/check.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 1f6f01e76..9150b5f1e 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -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 |