Skip to content

Commit b952242

Browse files
committed
CI: Fix typos
1 parent 12ee670 commit b952242

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ci_cd.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
vale-version: "2.29.6"
3636

3737
smoke-tests:
38-
name: Build and Smoke tests
38+
name: Build wheelhouse with target all and perform smoke tests
3939
runs-on: ${{ matrix.os }}
4040
strategy:
4141
fail-fast: false
@@ -224,7 +224,7 @@ jobs:
224224
.\doc\make.bat clean
225225
.\doc\make.bat html
226226
227-
- name: Upload HTML documentation without examples artifact
227+
- name: Upload HTML documentation with examples artifact
228228
uses: actions/upload-artifact@v3
229229
with:
230230
name: documentation-examples-html

0 commit comments

Comments
 (0)