From abacc8411ad2f83f2972f5d370d66223998ed1fa Mon Sep 17 00:00:00 2001 From: Nicholas Dille Date: Mon, 7 Feb 2022 10:31:00 +0100 Subject: [PATCH] Build image but not always #275 --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 89ee51112d..fb8e6c3ec7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -119,6 +119,7 @@ jobs: image: name: docker-build + if: github.event_name != 'pull_request' || contains(github.event.pull_request.labels.*.name, 'ci/build-container-image') needs: - test runs-on: ubuntu-latest