From 52a71b93d4151b4cbedc42778b9ea20add4e04cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ewelina=20Grudzie=C5=84?= Date: Tue, 21 May 2024 12:22:33 +0200 Subject: [PATCH] Fix build_and_upload_theme_on_push_to_dev.yaml --- .github/workflows/build_and_upload_theme_on_push_to_dev.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build_and_upload_theme_on_push_to_dev.yaml b/.github/workflows/build_and_upload_theme_on_push_to_dev.yaml index ace0fb8..f8508f5 100644 --- a/.github/workflows/build_and_upload_theme_on_push_to_dev.yaml +++ b/.github/workflows/build_and_upload_theme_on_push_to_dev.yaml @@ -13,7 +13,6 @@ on: jobs: build-and-upload-docker-image-for-keycloak-fairspace-theme: - needs: [generate-version] runs-on: ubuntu-latest steps: - name: Check out repository