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.
This commit is contained in:
@@ -5,6 +5,8 @@ on:
|
||||
workflows:
|
||||
- CI
|
||||
- Test
|
||||
branches-ignore:
|
||||
- v[0-9]+
|
||||
types:
|
||||
- completed
|
||||
|
||||
|
||||
Reference in New Issue
Block a user