diff --git a/.github/workflows/archive-validation.yml b/.github/workflows/archive-validation.yml index cd97503c..a84b7b69 100644 --- a/.github/workflows/archive-validation.yml +++ b/.github/workflows/archive-validation.yml @@ -6,14 +6,14 @@ on: - master paths: - .github/workflows/archive-validation.yml - - .ci/github/arhcive_allow.txt + - .ci/github/archive_allow.txt - ./* push: branches: - master paths: - .github/workflows/archive-validation.yml - - .ci/github/arhcive_allow.txt + - .ci/github/archive_allow.txt - ./* jobs: @@ -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-changed-files.outputs.no_of_changed_files_in_root > 0 }} + # if: ${{ steps.number-of-changed-files.outputs.no_of_changed_files_in_root > 0 }}