Skip to content

Commit

Permalink
condition fix
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhu committed Feb 29, 2024
1 parent 19a7fd8 commit 572d0bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/archive-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,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: $NO_OF_FILES_CHANGED_IN_ROOT > 0

0 comments on commit 572d0bd

Please sign in to comment.