Skip to content

Commit

Permalink
Small typo fixes in binary build workflow (#11494)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscilloscope98 authored Jul 2, 2024
1 parent 4e32c92 commit e53bd44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/llm-binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -444,10 +444,10 @@ jobs:
release
# to make llm-binary-build optionally skippable
dummpy-step:
dummy-step:
if: ${{ inputs.platform == 'Dummy' }}
runs-on: ubuntu-latest
steps:
- name: dummpy echo
- name: dummy echo
run: |
echo "dummy step"

0 comments on commit e53bd44

Please sign in to comment.