diff --git a/.github/workflows/helper_stats_graphs.yaml b/.github/workflows/helper_stats_graphs.yaml index 4f92beaed..0f84ad4e5 100644 --- a/.github/workflows/helper_stats_graphs.yaml +++ b/.github/workflows/helper_stats_graphs.yaml @@ -209,8 +209,8 @@ jobs: set term png tiny plot for [i=2:*] 'StatsTmp' using 1:i w l title columnhead(i) EOFMarker - ) - rm StatsTmp + ) || true + rm StatsTmp || true cd .. || true fi || true done