From 3c9a95a1eb5766824ef4a178d13f04488ce1fc36 Mon Sep 17 00:00:00 2001 From: Karoly Gossler Date: Thu, 29 Feb 2024 09:16:20 +0100 Subject: [PATCH] revert --- .github/workflows/archive-validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/archive-validation.yml b/.github/workflows/archive-validation.yml index d6bb7fe4..cd97503c 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-changed-files.outputs.no_of_changed_files_in_root -eq 0 }} + if: ${{ steps.number-of-changed-files.outputs.no_of_changed_files_in_root > 0 }}