diff --git a/.github/workflows/main_matrix.yml b/.github/workflows/main_matrix.yml index d0edee63d..af2518941 100644 --- a/.github/workflows/main_matrix.yml +++ b/.github/workflows/main_matrix.yml @@ -103,6 +103,9 @@ jobs: submodules: "recursive" ref: ${{github.event.pull_request.head.ref}} repository: ${{github.event.pull_request.head.repo.full_name}} + + - name: Show contents # For diagnostics + run: ls -lR - uses: ./../.github/workflows/build_esp32.yml with: