Skip to content

Commit 90f3727

Browse files
authored
Fix typo in github/workflows/examples (#3342)
### Changes <!--- What was changed (briefly), how to reproduce (if applicable), what the reviewers should focus on --> ### Reason for changes <!--- Why should the change be applied --> ### Related tickets <!--- Post the numerical ID of the ticket, if available --> ### Tests <!--- How was the correctness of changes tested and whether new tests were added -->
1 parent 4d8f649 commit 90f3727

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/examples.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ concurrency:
2222

2323
jobs:
2424
examples-cpu:
25-
name: Test exmaples CPU [${{ matrix.group }}/4]
25+
name: Test examples CPU [${{ matrix.group }}/4]
2626
runs-on: ubuntu-latest-16-cores
2727
strategy:
2828
fail-fast: false
@@ -72,7 +72,7 @@ jobs:
7272
python .github/scripts/pytest_md_summary.py pytest-results.xml >> $GITHUB_STEP_SUMMARY
7373
7474
examples-win-cpu:
75-
name: Test exmaples CPU Windows [${{ matrix.group }}/4]
75+
name: Test examples CPU Windows [${{ matrix.group }}/4]
7676
runs-on: windows-2019-16-core
7777
if: ${{ github.event_name != 'workflow_dispatch' || github.event.inputs.skip_windows == 'false' }}
7878
strategy:

0 commit comments

Comments
 (0)