Merge remote-tracking branch 'origin/main' into user/aliberts/2025_02_10_dataset_v2.1

This commit is contained in:
Simon Alibert 2025-02-10 17:22:57 +01:00
commit 57c9c21c39
3 changed files with 0 additions and 6 deletions

View File

@ -4,8 +4,6 @@ on:
workflow_dispatch: workflow_dispatch:
workflow_call: workflow_call:
pull_request: pull_request:
branches:
- main
push: push:
branches: branches:
- main - main

View File

@ -4,8 +4,6 @@ name: Test Dockerfiles
on: on:
pull_request: pull_request:
branches:
- main
paths: paths:
# Run only when DockerFile files are modified # Run only when DockerFile files are modified
- "docker/**" - "docker/**"

View File

@ -2,8 +2,6 @@ name: Tests
on: on:
pull_request: pull_request:
branches:
- main
paths: paths:
- "lerobot/**" - "lerobot/**"
- "tests/**" - "tests/**"