Skip to content

Commit 9d4fc35

Browse files
authored
Revert "Revert "CI: Fix head_repo inserted into ci db from forks""
1 parent 3037992 commit 9d4fc35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/praktika/cidb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def json_data_generator(cls, result: Result, result_name_for_cidb):
7575
base_ref=env.BASE_BRANCH,
7676
base_repo=env.REPOSITORY,
7777
head_ref=env.BRANCH,
78-
head_repo=env.REPOSITORY, # TODO: remove from table?
78+
head_repo=env.FORK_NAME,
7979
task_url="",
8080
instance_type=",".join(
8181
filter(None, [env.INSTANCE_TYPE, env.INSTANCE_LIFE_CYCLE])

0 commit comments

Comments
 (0)