Skip to content

Commit

Permalink
ci: add timeout for to each job to hedge again job that becomes stuck
Browse files Browse the repository at this point in the history
  • Loading branch information
TillaTheHun0 committed Aug 13, 2024
1 parent fb35266 commit d2d1f8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
test-console:
if: github.event_name != 'workflow_dispatch'
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v4
Expand All @@ -51,6 +52,7 @@ jobs:
test-process:
if: github.event_name != 'workflow_dispatch'
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v4
Expand Down Expand Up @@ -85,6 +87,7 @@ jobs:
# Releases are performed via a workflow dispatch
if: github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest
timeout-minutes: 10
concurrency:
group: release
steps:
Expand Down

0 comments on commit d2d1f8f

Please sign in to comment.