Skip to content

Commit

Permalink
fix(pyodide): don't use var in step name
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrasser committed Dec 4, 2024
1 parent 0b0ca83 commit 05d01ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
# NOTE: build step only runs on tag builds or when the commit message contains
# "[ci test build]" for testing
build:
name: ${{ runner.os }} Build
name: Build
needs: [meta, test]
if: "${{ startsWith(github.ref, 'refs/tags/') || contains(needs.meta.outputs.commit-message, '[ci test build]') }}"
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 05d01ae

Please sign in to comment.