Skip to content

Commit 6408426

Browse files
committed
ci: set timeout for workflow jobs to 60 minutes
We sometimes have jobs that are frozen and the default is 6 hours.
1 parent d747e14 commit 6408426

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
build:
1313

1414
runs-on: ubuntu-latest
15+
timeout-minutes: 60
1516

1617
permissions:
1718
# Cf. https://github.com/marketplace/actions/publish-test-results#permissions

.github/workflows/mps-compatibility.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
build-mps-components:
1313

1414
runs-on: ubuntu-latest
15+
timeout-minutes: 60
1516

1617
strategy:
1718
matrix:

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
jobs:
1515
newRelease:
1616
runs-on: ubuntu-latest
17+
timeout-minutes: 60
1718
permissions:
1819
contents: read
1920
packages: write

0 commit comments

Comments
 (0)