From be1ce6dd74f7e0cf02f738b2b3666f68d8b29b9b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 23 Mar 2023 13:46:33 +0100 Subject: [PATCH] Update helper_stats_graphs.yaml --- .github/workflows/helper_stats_graphs.yaml | 5 +++++ 1 file changed, 5 insertions(+) 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"