From f11f3631d510b424804c861637b954be5e05275f Mon Sep 17 00:00:00 2001 From: sanderdewit Date: Wed, 9 Oct 2024 14:25:58 +0200 Subject: [PATCH] Update compile_upload.yml --- .github/workflows/compile_upload.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/compile_upload.yml b/.github/workflows/compile_upload.yml index a287845..25240f8 100644 --- a/.github/workflows/compile_upload.yml +++ b/.github/workflows/compile_upload.yml @@ -62,9 +62,6 @@ jobs: if: ${{ steps.check_packages.outputs.packages_updated == 'true' }} # Use outputs for the condition run: dotnet test --no-build --verbosity normal - - name: Debug Output # Debug step to log the value of packages_updated - run: echo "Packages Updated:" ${{ steps.check_packages.outputs.packages_updated }} - publish: needs: build if: ${{ needs.build.outputs.packages_updated == 'true' }} # Only run if packages were updated