From c3143ccc705556306f2ab5b9b1f92fb45aebfd04 Mon Sep 17 00:00:00 2001 From: Tyler Romero Date: Fri, 8 Dec 2023 11:03:27 -0800 Subject: [PATCH] Only generate image on checkin --- .github/workflows/pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 48559f77..fc45b78a 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -282,7 +282,7 @@ jobs: build-push-edge-endpoint-multiplatform: - # if: github.ref == 'refs/heads/main' || github.event_name == 'workflow_dispatch') + if: github.ref == 'refs/heads/main' || github.event_name == 'workflow_dispatch') # We only run this action if all the prior test actions succeed needs: - test-in-k3s