We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb1881f commit 93b48bcCopy full SHA for 93b48bc
.github/workflows/compliance.yml
@@ -14,7 +14,7 @@ env:
14
15
jobs:
16
check-license-compliance-cpu:
17
- if: github.repository_owner == 'deepset-ai'
+ if: ${{ !github.event.pull_request.head.repo.fork }}
18
name: Check CPU dependencies
19
runs-on: ubuntu-latest
20
steps:
@@ -58,7 +58,7 @@ jobs:
58
channel: ${{ env.SLACK_ALERT_CHANNEL }}
59
60
check-license-compliance-gpu:
61
62
name: Check GPU dependencies
63
64
0 commit comments