Skip to content

Commit

Permalink
ci: add timeout to GitHub action jobs
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
basti1302 committed Sep 4, 2024
1 parent 9389b54 commit 5b81ba3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
verify:
name: Build & Test
runs-on: ubuntu-latest
timeout-minutes: 15

concurrency:
group: ci-concurrency-group-${{ github.ref }}
Expand Down Expand Up @@ -72,6 +73,7 @@ jobs:
concurrency:
group: ci-concurrency-group-${{ github.ref }}
cancel-in-progress: true
timeout-minutes: 60

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5b81ba3

Please sign in to comment.