Skip to content

Commit d1f3dec

Browse files
committed
Adding timeout (best GHA practice documentation)
1 parent 4e7efff commit d1f3dec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/configlet-sync.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
sync-docs-metadata:
10+
timeout-minutes: 30
1011
runs-on: ubuntu-latest
1112

1213
steps:
@@ -38,6 +39,7 @@ jobs:
3839
delete-branch: true
3940

4041
check-test-sync:
42+
timeout-minutes: 30
4143
runs-on: ubuntu-latest
4244

4345
steps:

0 commit comments

Comments
 (0)