mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-11-03 11:19:57 +00:00
fix if clause in job skip logic (#3825)
This commit is contained in:
parent
eb1881f38f
commit
93b48bc334
4
.github/workflows/compliance.yml
vendored
4
.github/workflows/compliance.yml
vendored
@ -14,7 +14,7 @@ env:
|
||||
|
||||
jobs:
|
||||
check-license-compliance-cpu:
|
||||
if: github.repository_owner == 'deepset-ai'
|
||||
if: ${{ !github.event.pull_request.head.repo.fork }}
|
||||
name: Check CPU dependencies
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
@ -58,7 +58,7 @@ jobs:
|
||||
channel: ${{ env.SLACK_ALERT_CHANNEL }}
|
||||
|
||||
check-license-compliance-gpu:
|
||||
if: github.repository_owner == 'deepset-ai'
|
||||
if: ${{ !github.event.pull_request.head.repo.fork }}
|
||||
name: Check GPU dependencies
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user