mirror of
https://github.com/MiSTer-devel/Cheats_MiSTer.git
synced 2026-05-24 03:03:12 +00:00
Raising validation threshold to 10000
This commit is contained in:
committed by
GitHub
parent
2899c313c7
commit
ddea1afdbb
2
.github/workflows/fetch.yml
vendored
2
.github/workflows/fetch.yml
vendored
@@ -36,7 +36,7 @@ jobs:
|
||||
set -euo pipefail
|
||||
FILES=$(find . -type f | wc -l)
|
||||
echo "FILES: ${FILES}"
|
||||
if (( ${FILES} < 5000 )) ; then
|
||||
if (( ${FILES} < 10000 )) ; then
|
||||
echo "Not enough files!"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user