Skip to content

Commit c25e57f

Browse files
authored
cicd: set report prefix for push events
1 parent b3571c4 commit c25e57f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ci/ci.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ def _pre_action(s3, job_name, batch, indata, pr_info):
296296

297297
# for release/master branches reports must be from the same branch
298298
report_prefix = ""
299-
if pr_info.is_master or pr_info.is_release:
299+
if pr_info.is_master or pr_info.is_release or pr_info.is_push_event:
300300
# do not set report prefix for scheduled or dispatched wf (in case it started from feature branch while
301301
# testing), otherwise reports won't be found
302302
if not (pr_info.is_scheduled or pr_info.is_dispatched):

0 commit comments

Comments
 (0)