diff --git a/.github/workflows/integration-tests-vm-type.yml b/.github/workflows/integration-tests-vm-type.yml index 808367cc88..276070e720 100644 --- a/.github/workflows/integration-tests-vm-type.yml +++ b/.github/workflows/integration-tests-vm-type.yml @@ -127,5 +127,6 @@ jobs: with: name: ${{ inputs.vm_type }}-logs path: | - ${{ github.workspace }}/integration-tests/container-logs/**/** - ${{ github.workspace }}/integration-tests/performance-logs/**/** + ${{ github.workspace }}/integration-tests/container-logs/ + ${{ github.workspace }}/integration-tests/performance-logs/ + if-no-files-found: ignore