From b9d6559d35c93e0c46729ce87cdbeb6da5b73fab Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Wed, 14 May 2025 15:29:25 +0200 Subject: [PATCH] Workflows --- .github/workflows/move-to-main-repo.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index 459d6a9..311bdfa 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -133,10 +133,6 @@ jobs: echo "install file already exists in ProxmoxVE" exit 1 fi - if [[ -f "frontend/public/json/${script_name}.json" ]]; then - echo "json file already exists in ProxmoxVE" - exit 1 - fi git checkout -b "$branch_name"