Skip to content

Commit 0dc3d28

Browse files
committed
ci: remove unnecessary commit hash ambiguity check
follow up to #20792
1 parent 5d87117 commit 0dc3d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ecosystem-ci-trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ jobs:
259259
prNumber: '' + prData.num,
260260
branchName: prData.branchName,
261261
repo: prData.repo,
262-
commit: process.env.COLLISION === 'false' ? prData.commit : '',
262+
commit: prData.commit,
263263
suite: suite === '' ? '-' : suite
264264
}
265265
})

0 commit comments

Comments
 (0)