Skip to content

Commit

Permalink
Increase docker tensorrt job timeout minutes
Browse files Browse the repository at this point in the history
Signed-off-by: makaveli10 <[email protected]>
  • Loading branch information
makaveli10 committed Dec 18, 2024
1 parent 19c05c8 commit 94fb954
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ jobs:

build-and-push-docker-tensorrt:
needs: [run-tests, check-code-format]
timeout-minutes: 20
timeout-minutes: 60
runs-on: ubuntu-22.04
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/'))
# if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/'))
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 94fb954

Please sign in to comment.