increase job timeout
This commit is contained in:
@@ -103,6 +103,7 @@ jobs:
|
|||||||
|
|
||||||
build-and-push-docker-gpu:
|
build-and-push-docker-gpu:
|
||||||
needs: [run-tests, check-code-format]
|
needs: [run-tests, check-code-format]
|
||||||
|
timeout-minutes: 20
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
if: github.event_name == 'push' && (github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/main')
|
if: github.event_name == 'push' && (github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/main')
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user