Skip to content

Commit

Permalink
Add timeout to CI jobs (#1011)
Browse files Browse the repository at this point in the history
  • Loading branch information
alinetskyi authored Oct 25, 2024
1 parent 4b12f1d commit daf0635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ concurrency:

jobs:
ci:
timeout-minutes: 60
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -72,4 +73,3 @@ jobs:
if: failure()
uses: jwalton/gh-docker-logs@v2


0 comments on commit daf0635

Please sign in to comment.