Set timeout-minutes in all jobs

This commit is contained in:
Taiki Endo
2023-01-13 00:54:25 +09:00
parent 54eee5470f
commit aae39e2ce4
2 changed files with 4 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ jobs:
create-release:
if: github.repository_owner == 'taiki-e'
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
with: