Skip to content

Commit 790dee7

Browse files
committed
Add timeout to CI pipelines
1 parent 3cc549b commit 790dee7

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/dart.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
# against Dart dev.
1616
analyze:
1717
runs-on: ubuntu-latest
18+
timeout-minutes: 10
1819
strategy:
1920
fail-fast: false
2021
matrix:
@@ -48,6 +49,7 @@ jobs:
4849
test:
4950
needs: analyze
5051
runs-on: ${{ matrix.os }}
52+
timeout-minutes: 10
5153
strategy:
5254
fail-fast: false
5355
matrix:

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ env:
1414
jobs:
1515
publish:
1616
runs-on: ubuntu-latest
17+
timeout-minutes: 10
1718

1819
steps:
1920
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)