Skip to content

Commit

Permalink
ci: add timeouts to github workflows (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zidious authored Nov 30, 2023
1 parent 3812c7c commit cbb3d09
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/semantic-pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ on:
jobs:
semantic-pr-title:
runs-on: ubuntu-latest
timeout-minutes: 1
steps:
- uses: dequelabs/semantic-pr-title@v1
7 changes: 7 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:

is-release-week-v1:
runs-on: ubuntu-latest
timeout-minutes: 5
needs: lint
steps:
- uses: actions/checkout@v4
Expand All @@ -46,6 +47,7 @@ jobs:

is-release-in-progress-v1:
runs-on: ubuntu-latest
timeout-minutes: 5
needs: lint
steps:
- uses: actions/checkout@v4
Expand All @@ -58,6 +60,7 @@ jobs:

has-auto-releasable-commits-v1:
runs-on: ubuntu-latest
timeout-minutes: 5
needs: lint
steps:
- uses: actions/checkout@v4
Expand All @@ -70,6 +73,7 @@ jobs:

generate-commit-list-v1:
runs-on: ubuntu-latest
timeout-minutes: 5
needs: lint
steps:
- uses: actions/checkout@v4
Expand All @@ -82,6 +86,7 @@ jobs:

add-to-board-v1:
runs-on: ubuntu-latest
timeout-minutes: 5
needs: lint
steps:
- uses: actions/checkout@v4
Expand All @@ -94,6 +99,7 @@ jobs:

label-and-move-released-issues-v1:
runs-on: ubuntu-latest
timeout-minutes: 5
needs: lint
steps:
- uses: actions/checkout@v4
Expand All @@ -106,6 +112,7 @@ jobs:

update-axe-core-v1:
runs-on: ubuntu-latest
timeout-minutes: 5
needs: lint
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit cbb3d09

Please sign in to comment.