From 82d1a7f73e038a551807a00d503f5674ad135804 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sun, 20 Mar 2022 16:57:36 +0100 Subject: [PATCH] Only build container on GitHub releases, not tests --- .github/workflows/containers.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index fe2b078b..8a02fe88 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -2,11 +2,11 @@ name: Build and push containers on: # Automatically triggered by a testing workflow passing, but this is only checked when it lands in the `master`/default branch - workflow_run: - workflows: ["ChangeDetection.io Test"] - branches: [master] - tags: ['0.*'] - types: [completed] +# workflow_run: +# workflows: ["ChangeDetection.io Test"] +# branches: [master] +# tags: ['0.*'] +# types: [completed] # Or a new tagged release release: