Skip to content

Commit 67f8725

Browse files
committed
ci(proofs): add timeout-minutes to proof jobs (workflow_audit hygiene)
https://claude.ai/code/session_01NGKc4681nuptfQADqreAfc
1 parent 59c82f2 commit 67f8725

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/proofs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
banned-patterns:
1919
name: Banned-pattern gate
2020
runs-on: ubuntu-latest
21+
timeout-minutes: 5
2122
steps:
2223
- name: Checkout code
2324
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
@@ -29,6 +30,7 @@ jobs:
2930
lean4:
3031
name: Lean 4 (lake build)
3132
runs-on: ubuntu-latest
33+
timeout-minutes: 30
3234
steps:
3335
- name: Checkout code
3436
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6

0 commit comments

Comments
 (0)