From c158e946e443d2fdf65d6c2c830d2d187f188f9a Mon Sep 17 00:00:00 2001 From: Ian Wahbe Date: Wed, 8 Jan 2025 17:16:42 +0100 Subject: [PATCH] Disable the `make lint test` part of weekly-pulumi-update (#2818) We don't need to run `make lint test` as part of creating the update PR, since these steps are already run as part of CI on the PR itself. --- .github/workflows/weekly-pulumi-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/weekly-pulumi-update.yml b/.github/workflows/weekly-pulumi-update.yml index 826185579..43dabf655 100644 --- a/.github/workflows/weekly-pulumi-update.yml +++ b/.github/workflows/weekly-pulumi-update.yml @@ -58,7 +58,7 @@ jobs: - name: Bridge Pulumi Upgrade if: steps.gomod.outputs.changes != 0 run: >- - make build && make lint && make test + make build git add .