diff --git a/.github/workflows/helper_stats_graphs.yaml b/.github/workflows/helper_stats_graphs.yaml index 73d6e8165..7fe58eba2 100644 --- a/.github/workflows/helper_stats_graphs.yaml +++ b/.github/workflows/helper_stats_graphs.yaml @@ -226,6 +226,11 @@ jobs: EOFMarker rm Stats3 cd .. || true + - name: Clean + run: | + echo "Starting run" + if [ -f stats.png ]; then rm stats.png; fi + if [ -f Stats3 ]; then rm Stats3; fi - name: Update stars run: | echo "Starting run"