From 2f3bd12d8be816c5bc5428ffe29df4118b0a42e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20manuel=20Barroso=20Galindo?= Date: Thu, 12 Jun 2025 19:02:23 +0200 Subject: [PATCH] Increasing assertion value to 18700 --- .github/workflows/update_distribution.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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