From 6eeda081a831a935c48fc85d5f9e1063adb7453d Mon Sep 17 00:00:00 2001 From: Paul D'Ambra Date: Mon, 25 Mar 2024 12:19:26 +0000 Subject: [PATCH] revert: "chore: only run depot runner comparison when labelled" (#21129) * Revert "chore: only run depot runner comparison when labelled (#21092)" This reverts commit 6eea1a6554b090925f1117e2adee053bc7a37146. * Apply suggestions from code review --- .github/workflows/ci-backend-depot.yml | 2 +- .github/workflows/ci-e2e-depot.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-backend-depot.yml b/.github/workflows/ci-backend-depot.yml index 928886d44cf52..29cf80ddab67c 100644 --- a/.github/workflows/ci-backend-depot.yml +++ b/.github/workflows/ci-backend-depot.yml @@ -33,7 +33,7 @@ jobs: changes: runs-on: depot-ubuntu-latest-4 timeout-minutes: 5 - if: ${{ contains(github.event.pull_request.labels.*.name, 'test-depot') }} + if: github.repository == 'PostHog/posthog' name: Determine need to run backend checks # Set job outputs to values from filter step outputs: diff --git a/.github/workflows/ci-e2e-depot.yml b/.github/workflows/ci-e2e-depot.yml index 697d42e97f945..4985dac9d746a 100644 --- a/.github/workflows/ci-e2e-depot.yml +++ b/.github/workflows/ci-e2e-depot.yml @@ -16,7 +16,7 @@ jobs: changes: runs-on: depot-ubuntu-latest-4 timeout-minutes: 5 - if: ${{ contains(github.event.pull_request.labels.*.name, 'test-depot') }} + if: github.repository == 'PostHog/posthog' name: Determine need to run E2E checks # Set job outputs to values from filter step outputs: