From 294a4c8791a1606af9cba6588dc175a291d9300a Mon Sep 17 00:00:00 2001 From: Miguel Garcia Garcia Date: Fri, 23 Feb 2024 14:28:57 +0100 Subject: [PATCH] devops: fix harbor build action Signed-off-by: Miguel Garcia Garcia --- .github/workflows/harbour-build-ui.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/harbour-build-ui.yml b/.github/workflows/harbour-build-ui.yml index 635b25fe2..f810edc68 100644 --- a/.github/workflows/harbour-build-ui.yml +++ b/.github/workflows/harbour-build-ui.yml @@ -2,14 +2,13 @@ name: Build and export CAP UI image on: push: - branches: ['master', 'dev', 'qa', 'test'] + branches: ["master", "dev", "qa", "test"] paths: - "ui/**" - ".github/workflows/ui-test.yml" jobs: build-image: - needs: UITest name: Build and export ui image runs-on: ubuntu-20.04