diff --git a/.github/workflows/archive-validation.yml b/.github/workflows/archive-validation.yml index ff8ed50e..6f643c47 100644 --- a/.github/workflows/archive-validation.yml +++ b/.github/workflows/archive-validation.yml @@ -34,5 +34,5 @@ jobs: - run: | git archive -o archive.tar $GITHUB_SHA && sh .ci/github/validate_archive.sh archive.tar - if: ${{ steps.number-of-new-files.outputs.number_of_new_files > 0 }} + # if: ${{ steps.number-of-new-files.outputs.number_of_new_files -eq 0 }}