2 parents 7ae224c + 4fcbf2d commit 5af4f86Copy full SHA for 5af4f86
1 file changed
.github/workflows/ci.yml
@@ -231,7 +231,7 @@ jobs:
231
github.event_name == 'push' &&
232
(github.ref == 'refs/heads/main' || github.ref == 'refs/heads/staging' || github.ref == 'refs/heads/dev')
233
runs-on: ${{ (vars.CI_PROVIDER == '' || vars.CI_PROVIDER == 'blacksmith') && 'blacksmith-4vcpu-ubuntu-2404' || 'ubuntu-latest' }}
234
- timeout-minutes: 15
+ timeout-minutes: 30
235
outputs:
236
version: ${{ steps.deploy.outputs.deploymentVersion }}
237
environment: ${{ steps.target.outputs.environment }}
0 commit comments