Skip to content

Commit fa1215b

Browse files
committed
timeout-minutes: 1440
1 parent f7fd440 commit fa1215b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_backend.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
release-backend:
4040
needs: [test]
4141
runs-on: ubuntu-latest
42+
timeout-minutes: 1440
4243
strategy:
4344
matrix:
4445
architecture:
@@ -81,7 +82,6 @@ jobs:
8182
password: ${{ secrets.GITHUB_TOKEN }}
8283
- name: Build and push
8384
uses: docker/build-push-action@v5
84-
timeout-minutes: 1440
8585
with:
8686
push: true
8787
build-args: CODERBOT_VERSION=${{github.ref_name}}-${{github.sha}}

0 commit comments

Comments
 (0)