Skip to content

Commit f222652

Browse files
chore(ci): ignore host_agent.py when running Docker image builds (#2640)
1 parent ed24464 commit f222652

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker-build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ on:
2727
- '!tests/**'
2828
- '!docker/Dockerfile.dev'
2929
- '!.cursor/**'
30+
- '!host_agent.py'
3031

3132
jobs:
3233
run-tests:

0 commit comments

Comments
 (0)