Skip to content

Commit

Permalink
Enforce license compliance only on getsentry repo
Browse files Browse the repository at this point in the history
  • Loading branch information
aminvakil committed Mar 5, 2025
1 parent e86d185 commit 230b8ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/enforce-license-compliance.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Enforce License Compliance

on:
Expand All @@ -8,6 +9,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 230b8ff

Please sign in to comment.