Skip to content

Commit c7af5f2

Browse files
committed
Set a 30 minute timeout on GitHub CI
1 parent 6e6af51 commit c7af5f2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
jobs:
1111
build:
1212
runs-on: ubuntu-latest
13+
timeout-minutes: 30
1314

1415
steps:
1516
- uses: actions/checkout@v2

.github/workflows/release-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
jobs:
88
build:
99
runs-on: ubuntu-latest
10+
timeout-minutes: 30
1011

1112
steps:
1213
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)