Skip to content

Commit 95649ff

Browse files
committed
CI: set timeout
1 parent 25125ae commit 95649ff

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/artifacts.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
deploy:
1111
if: github.repository_owner == 'zigtools' && github.ref == 'refs/heads/master'
1212
runs-on: ubuntu-22.04
13+
timeout-minutes: 30
1314
steps:
1415
- uses: actions/checkout@v4
1516
with:

.github/workflows/build_runner.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
# build-runner-file: master.zig
2828
# Zig master is handled by 'zig build test' in the main CI
2929
runs-on: ubuntu-22.04
30+
timeout-minutes: 10
3031

3132
steps:
3233
- uses: actions/checkout@v4

.github/workflows/coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
coverage:
1111
if: github.repository_owner == 'zigtools'
1212
runs-on: ubuntu-22.04
13+
timeout-minutes: 10
1314
steps:
1415
- uses: actions/checkout@v4
1516

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
matrix:
1515
os: [ubuntu-22.04, macos-latest, windows-latest]
1616
runs-on: ${{ matrix.os }}
17+
timeout-minutes: 10
1718
steps:
1819
- uses: actions/checkout@v4
1920

0 commit comments

Comments
 (0)