mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-11-10 14:54:10 +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:
|
jobs:
|
||||||
check-license-compliance-cpu:
|
check-license-compliance-cpu:
|
||||||
if: github.repository_owner == 'deepset-ai'
|
if: ${{ !github.event.pull_request.head.repo.fork }}
|
||||||
name: Check CPU dependencies
|
name: Check CPU dependencies
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@ -58,7 +58,7 @@ jobs:
|
|||||||
channel: ${{ env.SLACK_ALERT_CHANNEL }}
|
channel: ${{ env.SLACK_ALERT_CHANNEL }}
|
||||||
|
|
||||||
check-license-compliance-gpu:
|
check-license-compliance-gpu:
|
||||||
if: github.repository_owner == 'deepset-ai'
|
if: ${{ !github.event.pull_request.head.repo.fork }}
|
||||||
name: Check GPU dependencies
|
name: Check GPU dependencies
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user