Skip to content

Commit 6f8a504

Browse files
authored
ci: remove unnecessary commit hash ambiguity check (#20792)
1 parent 9bc9d12 commit 6f8a504

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

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

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -200,19 +200,6 @@ jobs:
200200
ref: refs/pull/${{ fromJSON(steps.get-pr-data.outputs.result).num }}/head
201201
fetch-depth: 0
202202

203-
# This step can be removed on May 26 2025
204-
- name: Check Commit Hash Ambiguity
205-
id: check_ambiguity
206-
run: |
207-
HEAD_SHA=${{ steps.get-pr-data.outputs.head_sha }}
208-
COMMIT_SHORT=${HEAD_SHA:0:7}
209-
210-
if git show "$COMMIT_SHORT"; then
211-
echo "COLLISION=false" >> $GITHUB_ENV
212-
else
213-
echo "COLLISION=true" >> $GITHUB_ENV
214-
fi
215-
216203
- name: Trigger Downstream Workflow
217204
uses: actions/github-script@v8
218205
id: trigger

0 commit comments

Comments
 (0)