From e5aee4989175d9b31a3cda6c0e13cf1c7714422d Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sat, 24 Feb 2024 23:33:25 +0100 Subject: [PATCH] ci: Prevent Upload Reports job from running on release branches This won't work, since the workflows on the backbranches are structured differently and thus the job can't find the loadtest.md file anywhere. --- .github/workflows/report.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/report.yaml b/.github/workflows/report.yaml index 6b5c118480..e0614b91a5 100644 --- a/.github/workflows/report.yaml +++ b/.github/workflows/report.yaml @@ -5,6 +5,8 @@ on: workflows: - CI - Test + branches-ignore: + - v[0-9]+ types: - completed