Update weekly_stats.yaml

This commit is contained in:
Alexandre
2023-01-27 14:25:44 +01:00
committed by GitHub
parent 355f87a125
commit 4bbfeda007

View File

@@ -15,10 +15,6 @@ jobs:
- name: Create stats
run: |
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