From 0156b73725d4bc52fec19c8973241be0e3fa0e1b Mon Sep 17 00:00:00 2001 From: Majk Shkurti Date: Wed, 31 Jan 2024 14:01:22 +0100 Subject: [PATCH] test: ci/cd --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f88ba132..98032944 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,11 +46,11 @@ jobs: # goatcommunity/goat-frontend-test:${{ needs.file-changes.outputs.sha-short }} # cache-from: type=gha # cache-to: type=gha,mode=max - + release-docker-goat: name: release-docker-goat needs: file-changes - if: ${{ needs.file-changes.outputs.client-goat == 'true' }} + # if: ${{ needs.file-changes.outputs.client-goat == 'true' }} uses: goat-community/.github/.github/workflows/reusable-docker-build.yml@main permissions: contents: read