added 30min timeout to all jobs (#799)

Co-authored-by: Siiiiinth <60766886+Siiiiinth@users.noreply.github.com>
This commit is contained in:
tk
2026-01-08 08:51:17 -08:00
committed by GitHub
co-authored by Siiiiinth
parent 15f6ef49fa
commit 8d8a67f35c
7 changed files with 7 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ on:
jobs:
build:
runs-on: macos-14
timeout-minutes: 30
steps:
- uses: actions/checkout@v3