Skip to content

Commit 03195b6

Browse files
committed
fix gha for merge
1 parent f9f4bee commit 03195b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ name: Build Docker image
22

33
on:
44
push:
5-
branches: ['master', 'dev', 'cloud-fn']
5+
branches: ['master', 'dev']
66

77
env:
88
REGISTRY: ghcr.io
99
IMAGE_NAME: ${{ github.repository }}
1010
REPO_NAME: ${{ github.event.repository.name }}
1111
SCW_REGION: fr-par
12-
SCW_FUNCTION_DEPLOY_TIMEOUT: 120
12+
SCW_FUNCTION_DEPLOY_TIMEOUT: 180
1313

1414
jobs:
1515
build-dev-image:

0 commit comments

Comments
 (0)