Small typo fixes in binary build workflow (#11494)
This commit is contained in:
parent
4e32c92979
commit
e53bd4401c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/llm-binary-build.yml
vendored
4
.github/workflows/llm-binary-build.yml
vendored
|
|
@ -444,10 +444,10 @@ jobs:
|
||||||
release
|
release
|
||||||
|
|
||||||
# to make llm-binary-build optionally skippable
|
# to make llm-binary-build optionally skippable
|
||||||
dummpy-step:
|
dummy-step:
|
||||||
if: ${{ inputs.platform == 'Dummy' }}
|
if: ${{ inputs.platform == 'Dummy' }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: dummpy echo
|
- name: dummy echo
|
||||||
run: |
|
run: |
|
||||||
echo "dummy step"
|
echo "dummy step"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue