Skip to content

Commit 45780e5

Browse files
workflow timeout-minutes increased
1 parent bdcdaee commit 45780e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cicd-2-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
name: "Publish to dev"
5252
runs-on: ubuntu-latest
5353
needs: [metadata]
54-
timeout-minutes: 10
54+
timeout-minutes: 30
5555
environment: "dev"
5656
permissions:
5757
id-token: write

.github/workflows/cicd-3-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
runs-on: ubuntu-latest
8282
needs: [metadata]
8383
environment: ${{ inputs.environment }}
84-
timeout-minutes: 10
84+
timeout-minutes: 30
8585
permissions:
8686
id-token: write
8787
contents: write

0 commit comments

Comments
 (0)