From b549630b03fe30e3b9fdd6430ef49b779079641a Mon Sep 17 00:00:00 2001 From: David Gasinski Date: Fri, 3 Oct 2025 14:46:23 +0100 Subject: [PATCH 1/2] comment fix --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index c25e3bd..b00160d 100644 --- a/config.yaml +++ b/config.yaml @@ -11,7 +11,7 @@ carla: fixed_delta_seconds: 0.05 # update rate 1 / FPS traffic_manager: active: true - sync: true # must be the same as carla sync + sync: true # must be the same as carla seed: 0 port: 8001 scenario_runner: From a9a88d0ad3e863f8a23c66c2ea444257a824a8d2 Mon Sep 17 00:00:00 2001 From: David Gasinski Date: Fri, 3 Oct 2025 14:49:29 +0100 Subject: [PATCH 2/2] changed so action runs on push to main --- .github/workflows/docker-image.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 87b8d94..d62fa02 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -3,6 +3,8 @@ name: Build and publish docker image on: pull_request: branches: [ "main" ] + push: + branches: [ "main" ] jobs: build-and-push: