diff --git a/.github/workflows/ci-front.yaml b/.github/workflows/ci-front.yaml index aabc6c5e5fa..3525801ac6c 100644 --- a/.github/workflows/ci-front.yaml +++ b/.github/workflows/ci-front.yaml @@ -65,7 +65,7 @@ jobs: key: ${{ env.STORYBOOK_BUILD_CACHE_KEY_FOR_SAVE_ACTION }} front-sb-test: timeout-minutes: 30 - runs-on: ubuntu-latest-4-cores + runs-on: ubuntu-latest needs: front-sb-build strategy: fail-fast: false diff --git a/.github/workflows/ci-sdk.yaml b/.github/workflows/ci-sdk.yaml index 202241bc54f..e9e22ece6cc 100644 --- a/.github/workflows/ci-sdk.yaml +++ b/.github/workflows/ci-sdk.yaml @@ -51,7 +51,7 @@ jobs: tasks: ${{ matrix.task }} sdk-e2e-test: timeout-minutes: 30 - runs-on: ubuntu-latest-4-cores + runs-on: ubuntu-latest needs: [changed-files-check, sdk-test] if: needs.changed-files-check.outputs.any_changed == 'true' services: diff --git a/.github/workflows/ci-server.yaml b/.github/workflows/ci-server.yaml index 5b10c359ec7..1a1c3d2d5d5 100644 --- a/.github/workflows/ci-server.yaml +++ b/.github/workflows/ci-server.yaml @@ -32,7 +32,7 @@ jobs: needs: changed-files-check if: needs.changed-files-check.outputs.any_changed == 'true' timeout-minutes: 30 - runs-on: ubuntu-latest-4-cores + runs-on: ubuntu-latest steps: - name: Fetch custom Github Actions and base branch history uses: actions/checkout@v4 @@ -60,7 +60,7 @@ jobs: needs: changed-files-check if: needs.changed-files-check.outputs.any_changed == 'true' timeout-minutes: 30 - runs-on: ubuntu-latest-4-cores + runs-on: ubuntu-latest steps: - name: Fetch custom Github Actions and base branch history uses: actions/checkout@v4 @@ -79,7 +79,7 @@ jobs: server-validation: needs: server-build timeout-minutes: 30 - runs-on: ubuntu-latest-4-cores + runs-on: ubuntu-latest services: postgres: image: twentycrm/twenty-postgres-spilo @@ -179,7 +179,7 @@ jobs: server-test: needs: server-build timeout-minutes: 30 - runs-on: ubuntu-latest-4-cores + runs-on: ubuntu-latest steps: - name: Fetch custom Github Actions and base branch history uses: actions/checkout@v4 @@ -201,7 +201,7 @@ jobs: server-integration-test: timeout-minutes: 30 - runs-on: ubuntu-latest-4-cores + runs-on: ubuntu-latest needs: server-build strategy: fail-fast: false diff --git a/.github/workflows/ci-zapier.yaml b/.github/workflows/ci-zapier.yaml index 4be30a93c3c..b314217293f 100644 --- a/.github/workflows/ci-zapier.yaml +++ b/.github/workflows/ci-zapier.yaml @@ -26,7 +26,7 @@ jobs: needs: changed-files-check if: needs.changed-files-check.outputs.any_changed == 'true' timeout-minutes: 30 - runs-on: ubuntu-latest-4-cores + runs-on: ubuntu-latest services: postgres: image: twentycrm/twenty-postgres-spilo