Skip to content

Commit 4fff2e3

Browse files
authored
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.
1 parent 979f219 commit 4fff2e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/enforce-license-compliance.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88

99
jobs:
1010
enforce-license-compliance:
11+
if: github.repository_owner == 'getsentry'
1112
runs-on: ubuntu-latest
1213
steps:
1314
- name: 'Enforce License Compliance'

0 commit comments

Comments
 (0)