Optimize CI runner cost (#14628)

This commit is contained in:
Charles Bochet
2025-09-20 12:14:29 +02:00
committed by GitHub
parent ff3467c18e
commit a21daa2670
6 changed files with 8 additions and 11 deletions
+1 -4
View File
@@ -6,9 +6,6 @@ on:
branches:
- main
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
@@ -37,7 +34,7 @@ jobs:
needs: changed-files-check
if: needs.changed-files-check.outputs.any_changed == 'true'
timeout-minutes: 45
runs-on: depot-ubuntu-24.04-8
runs-on: shipfox-8vcpu-ubuntu-2404
services:
postgres:
image: twentycrm/twenty-postgres-spilo