From 19c87d361272efae39a7b9c8fe59b810ee303133 Mon Sep 17 00:00:00 2001 From: Paul D'Ambra Date: Tue, 4 Feb 2025 08:14:06 +0000 Subject: [PATCH] chore: not big runners --- .github/workflows/ci-backend.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-backend.yml b/.github/workflows/ci-backend.yml index 6e0f1341214e5..1d83faa607c25 100644 --- a/.github/workflows/ci-backend.yml +++ b/.github/workflows/ci-backend.yml @@ -43,7 +43,7 @@ jobs: # Job to decide if we should run backend ci # See https://github.com/dorny/paths-filter#conditional-execution for more details changes: - runs-on: depot-ubuntu-latest-4 + runs-on: depot-ubuntu-latest timeout-minutes: 5 name: Determine need to run backend checks # Set job outputs to values from filter step @@ -94,7 +94,7 @@ jobs: timeout-minutes: 30 name: Python code quality checks - runs-on: depot-ubuntu-latest-4 + runs-on: depot-ubuntu-latest steps: # If this run wasn't initiated by the bot (meaning: snapshot update) and we've determined @@ -153,7 +153,7 @@ jobs: timeout-minutes: 10 name: Validate Django and CH migrations - runs-on: depot-ubuntu-latest-4 + runs-on: depot-ubuntu-latest steps: - uses: actions/checkout@v3 @@ -228,7 +228,7 @@ jobs: timeout-minutes: 30 name: Django tests – ${{ matrix.segment }} (persons-on-events ${{ matrix.person-on-events && 'on' || 'off' }}), Py ${{ matrix.python-version }}, ${{ matrix.clickhouse-server-image }} (${{matrix.group}}/${{ matrix.concurrency }}) - runs-on: depot-ubuntu-latest-4 + runs-on: depot-ubuntu-latest strategy: fail-fast: false @@ -328,7 +328,7 @@ jobs: matrix: clickhouse-server-image: ['clickhouse/clickhouse-server:24.8.7.41'] if: needs.changes.outputs.backend == 'true' - runs-on: depot-ubuntu-latest-4 + runs-on: depot-ubuntu-latest steps: - name: 'Checkout repo' uses: actions/checkout@v3 @@ -382,7 +382,7 @@ jobs: calculate-running-time: name: Calculate running time needs: [django, async-migrations] - runs-on: depot-ubuntu-latest-4 + runs-on: depot-ubuntu-latest if: # Run on pull requests to PostHog/posthog + on PostHog/posthog outside of PRs - but never on forks needs.changes.outputs.backend == 'true' && (