We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8548a87 commit 334deb9Copy full SHA for 334deb9
.github/workflows/quality.yml
@@ -4,8 +4,6 @@ on:
4
workflow_dispatch:
5
workflow_call:
6
pull_request:
7
- branches:
8
- - main
9
push:
10
branches:
11
- main
.github/workflows/test-docker-build.yml
@@ -4,8 +4,6 @@ name: Test Dockerfiles
on:
paths:
# Run only when DockerFile files are modified
- "docker/**"
.github/workflows/test.yml
@@ -2,8 +2,6 @@ name: Tests
2
3
- "lerobot/**"
- "tests/**"
0 commit comments