ci: restore timeout-minutes: 60 to prevent hung CI jobs
The job timeout was removed in the simplification of ci.yml but is important to prevent CI jobs from running indefinitely if the Dagger engine connection hangs instead of failing fast. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
4ef441ab1b
commit
01e2bb2954
@@ -4,6 +4,7 @@ jobs:
|
||||
check:
|
||||
name: Full Project Check
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 60
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup Dagger Remote Engine
|
||||
|
||||
Reference in New Issue
Block a user