Skip to content

Commit 558d56b

Browse files
committed
Added timeout to top level of workflow.
1 parent 7b17885 commit 558d56b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/publish.workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
jobs:
99
publish:
1010
runs-on: ubuntu-latest
11+
timeout-minutes: 30
1112

1213
steps:
1314
- name: Check out repository

.github/workflows/test.workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ concurrency:
2121
jobs:
2222
test:
2323
runs-on: ubuntu-latest
24+
timeout-minutes: 30
2425
if: github.event.pull_request.draft == false
2526

2627
steps:

0 commit comments

Comments
 (0)