From 656fb69517609872d9e2756bb24ad5b9f8ad3ddc Mon Sep 17 00:00:00 2001 From: Carlos Roig Date: Mon, 2 Sep 2024 10:02:31 +0200 Subject: [PATCH] removing deps 2 --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb4188a062d1..db1d1949d730 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,6 @@ permissions: jobs: windows: runs-on: windows-2022 - needs: changed-files env: KRATOS_BUILD_TYPE: Custom KRATOS_CI_APPLICATIONS: ".github/workflows/ci_apps_windows.json" @@ -73,7 +72,6 @@ jobs: windows-core-without-unity: runs-on: windows-2022 - needs: changed-files env: KRATOS_BUILD_TYPE: Custom KRATOS_CI_APPLICATIONS: "ONLY_CORE"