Skip to content

Commit

Permalink
refactor(ci): clean up workflows
Browse files Browse the repository at this point in the history
Curve committed May 24, 2024
1 parent b368968 commit a165687
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ jobs:
runs-on: ${{ matrix.os }}
container: ${{ matrix.container }}

name: '🧪 Test on ${{ matrix.os }} ["${{ matrix.config }}", VTK: "${{ matrix.vtk-system }}"]'
name: "🧪 Test on ${{ matrix.os }} (⚙️: ${{ matrix.config }}, 💿: ${{ matrix.container || matrix.os }})"

steps:
- name: 📥 Checkout
@@ -44,7 +44,7 @@ jobs:
- name: 🦥 Cache Dependencies
uses: actions/cache@v4
with:
key: test-${{ matrix.os }}-${{ matrix.config }}-${{ matrix.vtk-system }}
key: test-${{ matrix.os }}-${{ matrix.config }}
path: build

- name: 🏗️ Compile
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
@@ -116,5 +116,5 @@ jobs:
- name: 📦 Upload Artifact
uses: actions/upload-artifact@v4
with:
name: wheel-${{ matrix.os }}-${{ strategy.job-index }}
name: Wheels (${{ matrix.os }})
path: ./wheelhouse/*.whl

0 comments on commit a165687

Please sign in to comment.