Skip to content

Commit

Permalink
ci: syntax fix
Browse files Browse the repository at this point in the history
[ci build]
  • Loading branch information
nfrasser committed Sep 10, 2024
1 parent 10ce293 commit 9895a47
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 @@ -89,7 +89,7 @@ jobs:
build:
needs: [test]
if: ${{ startsWith(github.ref, 'refs/tags/') or contains(github.event.head_commit.message, '[ci build]') }}
if: ${{ startsWith(github.ref, 'refs/tags/') || contains(github.event.head_commit.message, '[ci build]') }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
Expand Down

0 comments on commit 9895a47

Please sign in to comment.