Skip to content

Commit d89c33f

Browse files
committed
specify github action timeouts
1 parent 6b6397f commit d89c33f

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010

1111
jobs:
1212
build:
13+
timeout-minutes: 60
1314
runs-on: ubuntu-latest
1415
steps:
1516
- uses: actions/checkout@v3

.github/workflows/templates/test-subgraph-hosted.yaml.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99

1010
jobs:
1111
compatibility:
12+
timeout-minutes: 30
1213
runs-on: ubuntu-latest
1314
steps:
1415
- name: Checkout Repository

.github/workflows/test-all.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
echo "::set-output name=matrix::$(ls implementations | jq -cnR '[inputs | select(. | test("^[a-z]"))]')"
2727
2828
build:
29+
timeout-minutes: 60
2930
needs: build-matrix
3031
strategy:
3132
fail-fast: false

.github/workflows/test-subgraph-appsync.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99

1010
jobs:
1111
compatibility:
12+
timeout-minutes: 30
1213
runs-on: ubuntu-latest
1314
steps:
1415
- name: Checkout Repository

.github/workflows/test-subgraph-stepzen.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99

1010
jobs:
1111
compatibility:
12+
timeout-minutes: 30
1213
runs-on: ubuntu-latest
1314
steps:
1415
- name: Checkout Repository

.github/workflows/test-subgraph.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99

1010
jobs:
1111
compatibility:
12+
timeout-minutes: 30
1213
runs-on: ubuntu-latest
1314
steps:
1415
- name: Checkout Repository

0 commit comments

Comments
 (0)