We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bc9d12 commit 6f8a504Copy full SHA for 6f8a504
.github/workflows/ecosystem-ci-trigger.yml
@@ -200,19 +200,6 @@ jobs:
200
ref: refs/pull/${{ fromJSON(steps.get-pr-data.outputs.result).num }}/head
201
fetch-depth: 0
202
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
216
- name: Trigger Downstream Workflow
217
uses: actions/github-script@v8
218
id: trigger
0 commit comments