Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Commit 548b8ad

Browse files
xloypaypakevinlzw
authored andcommitted
rollback unexpected change
1 parent 94c4340 commit 548b8ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/main/kotlin/metrik/project/domain/service/githubactions/PipelineCommitService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class PipelineCommitService(
8787
val lastRun = runs.last()
8888
val previousBuild = buildRepository.getPreviousBuild(
8989
pipeline.id,
90-
lastRun.createdTimestamp.toTimestamp(),
90+
lastRun.commitTimeStamp.toTimestamp(),
9191
lastRun.branch
9292
)
9393
val previousRunBeforeLastRun = previousBuild?.let { it.changeSets.firstOrNull()?.timestamp ?: it.timestamp }

0 commit comments

Comments
 (0)