Skip to content

Commit

Permalink
Enforce license compliance only on getsentry repository (#3606)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
aminvakil authored Mar 6, 2025
1 parent 979f219 commit 4fff2e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/enforce-license-compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

jobs:
enforce-license-compliance:
if: github.repository_owner == 'getsentry'
runs-on: ubuntu-latest
steps:
- name: 'Enforce License Compliance'
Expand Down

0 comments on commit 4fff2e3

Please sign in to comment.