Skip to content

Commit

Permalink
Update compile_upload.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderdewit authored Oct 9, 2024
1 parent bb7daca commit f11f363
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/compile_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f11f363

Please sign in to comment.