From aa0b01333d1e328a12b824fa3410893c19452858 Mon Sep 17 00:00:00 2001 From: purplenicole730 Date: Fri, 17 Jan 2025 18:54:57 -0500 Subject: [PATCH 1/2] flyby --- cli/app.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cli/app.go b/cli/app.go index a498a0365bc..979d05e228a 100644 --- a/cli/app.go +++ b/cli/app.go @@ -1893,7 +1893,6 @@ var app = &cli.App{ Name: "status", Usage: "display part status", UsageText: createUsageText("machines part status", []string{generalFlagPart}, true, false), - // TODO(RSDK-9286) do we need to ask for og and location and machine and part here? Flags: []cli.Flag{ &AliasStringFlag{ cli.StringFlag{ From 46f01daf14f8f9dc05205a254c0d592e32b6b517 Mon Sep 17 00:00:00 2001 From: purplenicole730 Date: Fri, 17 Jan 2025 18:55:47 -0500 Subject: [PATCH 2/2] test on pr --- .github/workflows/test-module-generation.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-module-generation.yml b/.github/workflows/test-module-generation.yml index fa41c5d1757..ff8579f2a68 100644 --- a/.github/workflows/test-module-generation.yml +++ b/.github/workflows/test-module-generation.yml @@ -2,10 +2,13 @@ name: Test Template Generators on: workflow_dispatch: + pull_request: + branches: + - main jobs: generate_and_run_module: - if: github.repository_owner == 'viamrobotics' + # if: github.repository_owner == 'viamrobotics' runs-on: ubuntu-latest strategy: fail-fast: true