Skip to content

Commit 344ca4f

Browse files
committed
Remove timeout from reusable workflows, not supported
1 parent 5258037 commit 344ca4f

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

.github/workflows/deploy-manual-production.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ on:
2121
jobs:
2222
deploy:
2323
uses: 'dekodeinteraktiv/public-github-actions/.github/workflows/deploy-artifact.yml@main'
24-
timeout-minutes: 10
2524
with:
2625
TAG: ${{ inputs.TAG }}
2726
PHP_VERSION: ${{ inputs.PHP_VERSION }}

.github/workflows/deploy-manual-stage.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ on:
2121
jobs:
2222
deploy:
2323
uses: 'dekodeinteraktiv/public-github-actions/.github/workflows/deploy-artifact.yml@main'
24-
timeout-minutes: 10
2524
with:
2625
TAG: ${{ inputs.TAG }}
2726
PHP_VERSION: ${{ inputs.PHP_VERSION }}

.github/workflows/deploy-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
jobs:
88
deploy:
99
uses: 'dekodeinteraktiv/public-github-actions/.github/workflows/deploy-artifact.yml@main'
10-
timeout-minutes: 10
1110
with:
1211
ARTIFACT_NAME: 'compressed-code-artifact'
1312
RSYNC_FILTER_FILE: './tools/github/rsync-file-filter.rules'

.github/workflows/deploy-stage.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
jobs:
99
deploy:
1010
uses: 'dekodeinteraktiv/public-github-actions/.github/workflows/deploy-artifact.yml@main'
11-
timeout-minutes: 10
1211
with:
1312
ARTIFACT_NAME: 'compressed-code-artifact'
1413
RSYNC_FILTER_FILE: './tools/github/rsync-file-filter.rules'

0 commit comments

Comments
 (0)