Update weekly_stats.yaml

This commit is contained in:
Alexandre
2023-01-22 20:59:07 +01:00
committed by GitHub
parent a341c63fc0
commit 6972e1b621

View File

@@ -14,7 +14,6 @@ jobs:
uses: actions/checkout@v3
- name: Create stats
run: |
exit 0
echo "Starting"
# Exit if stats file younger than 3 days
if [[ ! $(find "Stats" -mtime +3 -print) ]]; then