From f98e7f26ce6dc9507715b4683a49d808d0c5cadf Mon Sep 17 00:00:00 2001 From: Varmo <101868197+varmoh@users.noreply.github.com> Date: Wed, 27 Mar 2024 10:14:51 +0200 Subject: [PATCH] fix --- .github/workflows/ci-byk-dsl.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci-byk-dsl.yml b/.github/workflows/ci-byk-dsl.yml index 5dbda519..f91c1bb5 100644 --- a/.github/workflows/ci-byk-dsl.yml +++ b/.github/workflows/ci-byk-dsl.yml @@ -307,7 +307,7 @@ jobs: run: | rm -rf source-repo-service rm -rf source-repo-training - rm -rf source-repo-training + rm -rf source-repo-chatbot - name: Clean Up Cloned Repositories @@ -324,7 +324,6 @@ jobs: git push - build: needs: setup_directories runs-on: ubuntu-22.04