From 7db03fed187807e210171440e3ebc5bf485906e6 Mon Sep 17 00:00:00 2001 From: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com> Date: Thu, 3 Oct 2024 01:24:45 -0300 Subject: [PATCH] ci(hw): Remove file print --- .github/workflows/tests_hw.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/tests_hw.yml b/.github/workflows/tests_hw.yml index ec0619685b2..d7922500f10 100644 --- a/.github/workflows/tests_hw.yml +++ b/.github/workflows/tests_hw.yml @@ -59,10 +59,6 @@ jobs: sparse-checkout: | * - - name: List files - if: ${{ steps.check-tests.outputs.enabled == 'true' }} - run: ls -la - # setup-python currently only works on ubuntu images # - uses: actions/setup-python@v5 # if: ${{ steps.check-tests.outputs.enabled == 'true' }}