mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-23 04:30:10 +00:00
fix(ci): not fail when skipped (#3399)
This commit is contained in:
@@ -219,8 +219,8 @@ jobs:
|
|||||||
|
|
||||||
slack-notification:
|
slack-notification:
|
||||||
name: Slack Notification
|
name: Slack Notification
|
||||||
needs: [cpu-tests, gpu-tests]
|
needs: [cpu-tests, gpu-tests, upgrade-lock]
|
||||||
if: always()
|
if: always() && needs.upgrade-lock.outputs.changed == 'true'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|||||||
Reference in New Issue
Block a user