chore(ci): skip workflows if not lerobot repository (#2601)

Co-authored-by: Alex Tyshka <atyshka15@gmail.com>
This commit is contained in:
Steven Palma
2025-12-08 12:44:36 +01:00
committed by GitHub
parent 0217e1e3ad
commit f9cb5e659c
7 changed files with 11 additions and 4 deletions
+2
View File
@@ -43,6 +43,7 @@ jobs:
name: Build CPU Docker for Nightly
runs-on:
group: aws-general-8-plus
if: github.repository == 'huggingface/lerobot'
outputs:
image_tag: ${{ env.DOCKER_IMAGE_NAME_CPU }}
steps:
@@ -77,6 +78,7 @@ jobs:
name: Build GPU Docker for Nightly
runs-on:
group: aws-general-8-plus
if: github.repository == 'huggingface/lerobot'
outputs:
image_tag: ${{ env.DOCKER_IMAGE_NAME_GPU }}
steps: