Skip to content

Commit 2a09098

Browse files
authored
[skip ci] Add timeout to CI jobs (#122)
1 parent 87f5509 commit 2a09098

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ env:
1515
jobs:
1616
test:
1717
name: Julia nightly - x64 - runner ${{ matrix.runner }} - SquashFS ${{ matrix.squashfs }}
18+
timeout-minutes: 30
1819
runs-on: ubuntu-latest
1920
env:
2021
BINARYBUILDER_RUNNER: ${{ matrix.runner }}
@@ -51,6 +52,7 @@ jobs:
5152
continue-on-error: true
5253

5354
Documentation:
55+
timeout-minutes: 30
5456
runs-on: ubuntu-latest
5557
steps:
5658
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)