Skip to content

Commit

Permalink
add timeout to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoratger committed Sep 22, 2023
1 parent e83d3aa commit a7aa6e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
lint:
name: code lint
runs-on: ubuntu-20.04
timeout-minutes: 60
steps:
- name: Checkout sources
uses: actions/checkout@v3
Expand Down Expand Up @@ -49,6 +50,7 @@ jobs:
doc-lint:
name: doc lint
runs-on: ubuntu-20.04
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
- name: Install toolchain
Expand All @@ -60,6 +62,7 @@ jobs:
grafana-lint:
name: grafana lint
runs-on: ubuntu-20.04
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
- name: Check dashboard JSON with jq
Expand All @@ -72,6 +75,7 @@ jobs:
name: lint success
runs-on: ubuntu-20.04
needs: [lint, doc-lint, grafana-lint]
timeout-minutes: 60
steps:
- name: Decide whether the needed jobs succeeded or failed
uses: re-actors/alls-green@release/v1
Expand Down

0 comments on commit a7aa6e3

Please sign in to comment.