Update weekly_stats.yaml

This commit is contained in:
Alexandre
2023-01-21 11:15:19 +01:00
committed by GitHub
parent 15ffa68f7a
commit 6d96021f99

View File

@@ -16,6 +16,10 @@ jobs:
run: |
exit 0
echo "Starting"
# Exit if stats file younger than 3 days
if [[ ! $(find "Stats" -mtime +3 -print) ]]; then
exit 0
fi
COUNT=0
COUNT1=0
COUNT2=0