Skip to content

Commit eb1881f

Browse files
authored
skip fossa check from forks (#3824)
1 parent 4a0a054 commit eb1881f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/compliance.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ env:
1414

1515
jobs:
1616
check-license-compliance-cpu:
17+
if: github.repository_owner == 'deepset-ai'
1718
name: Check CPU dependencies
1819
runs-on: ubuntu-latest
1920
steps:
@@ -57,6 +58,7 @@ jobs:
5758
channel: ${{ env.SLACK_ALERT_CHANNEL }}
5859

5960
check-license-compliance-gpu:
61+
if: github.repository_owner == 'deepset-ai'
6062
name: Check GPU dependencies
6163
runs-on: ubuntu-latest
6264
steps:

0 commit comments

Comments
 (0)