diff --git a/.github/workflows/update_distribution.yml b/.github/workflows/update_distribution.yml index 2e4cf3f62..742b06f10 100644 --- a/.github/workflows/update_distribution.yml +++ b/.github/workflows/update_distribution.yml @@ -41,8 +41,8 @@ jobs: - name: Download Distribution files run: ./.github/download_distribution.py . - - name: Assert Distribution files amount to be over 13000 - run: set -exo pipefail && (( $(find . -type f | wc -l) > 13000 )) + - name: Assert Distribution files amount to be over 18700 + run: set -exo pipefail && (( $(find . -type f | wc -l) > 18700 )) - name: Commit Distribution files run: ./.github/commit_distribution.sh