From b8fe512def7eb8379c8442b8014d7e61c8776c36 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sun, 12 May 2024 15:25:02 +0200 Subject: [PATCH] ci: Avoid trying to upload loadtest reports for tag pipelines In this case the loadtest doesn't run anymore, so the job would fail. --- .github/workflows/report.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/report.yaml b/.github/workflows/report.yaml index 856765e03..aed1e13e9 100644 --- a/.github/workflows/report.yaml +++ b/.github/workflows/report.yaml @@ -6,7 +6,9 @@ on: - CI - Test branches-ignore: + - devel - v[0-9]+ + - v[0-9]+.[0-9]+.[0-9]+ types: - completed