Skip to content

Commit 4fcbf2d

Browse files
committed
chore(ci): give the Trigger.dev upload job room for a slow image push (#8115)
(cherry picked from commit 43c9f6c)
1 parent 7ae224c commit 4fcbf2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎.github/workflows/ci.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ jobs:
231231
github.event_name == 'push' &&
232232
(github.ref == 'refs/heads/main' || github.ref == 'refs/heads/staging' || github.ref == 'refs/heads/dev')
233233
runs-on: ${{ (vars.CI_PROVIDER == '' || vars.CI_PROVIDER == 'blacksmith') && 'blacksmith-4vcpu-ubuntu-2404' || 'ubuntu-latest' }}
234-
timeout-minutes: 15
234+
timeout-minutes: 30
235235
outputs:
236236
version: ${{ steps.deploy.outputs.deploymentVersion }}
237237
environment: ${{ steps.target.outputs.environment }}

0 commit comments

Comments
 (0)