Skip to content

Commit

Permalink
revert: "chore: only run depot runner comparison when labelled" (#21129)
Browse files Browse the repository at this point in the history
* Revert "chore: only run depot runner comparison when labelled (#21092)"

This reverts commit 6eea1a6.

* Apply suggestions from code review
  • Loading branch information
pauldambra authored Mar 25, 2024
1 parent b04f787 commit 6eeda08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-backend-depot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-e2e-depot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6eeda08

Please sign in to comment.