From 4fff2e39df69bf6556d0df462c3a57c6d4c8c2c9 Mon Sep 17 00:00:00 2001 From: Amin Vakil Date: Thu, 6 Mar 2025 14:24:25 +0330 Subject: [PATCH] Enforce license compliance only on getsentry repository (#3606) It fails every time and it isn't needed. https://github.com/aminvakil/self-hosted/actions/runs/13685684000 ### Legal Boilerplate Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. and is gonna need some rights from me in order to utilize my contributions in this here PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms. --- .github/workflows/enforce-license-compliance.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/enforce-license-compliance.yml b/.github/workflows/enforce-license-compliance.yml index 46d724d32c..02ca9d8e3f 100644 --- a/.github/workflows/enforce-license-compliance.yml +++ b/.github/workflows/enforce-license-compliance.yml @@ -8,6 +8,7 @@ on: jobs: enforce-license-compliance: + if: github.repository_owner == 'getsentry' runs-on: ubuntu-latest steps: - name: 'Enforce License Compliance'