From c19703c9f276fc533cebd0731ff1d80a26777504 Mon Sep 17 00:00:00 2001 From: John Gomersall Date: Mon, 25 Nov 2024 09:49:15 +0000 Subject: [PATCH] Shouldn't need to re-build on a tag as sha will be the same for deploy Signed-off-by: John Gomersall --- .github/workflows/container-build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/container-build.yml b/.github/workflows/container-build.yml index ac3575ff..5436e33e 100644 --- a/.github/workflows/container-build.yml +++ b/.github/workflows/container-build.yml @@ -4,8 +4,6 @@ on: push: branches: - main - tags: - - v*.*.* pull_request: branches: - main