Skip to content

Commit

Permalink
Update build-pypi-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
liu-shaojun authored Aug 20, 2024
1 parent 8e4be59 commit 775d34f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pypi-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:

release-bigdl-core-xe:
runs-on: ubuntu-latest
if: ${{ ( github.event.schedule && inputs.release-bigdl-core-xe ) || ( github.event_name == 'workflow_dispatch' && inputs.release-bigdl-core-xe == 'true' ) || needs.paths-filter.outputs.xe == 'true'}}
if: ${{ ( github.event.schedule && inputs.release-bigdl-core-xe ) || ( github.event_name == 'workflow_dispatch' && (inputs.release-bigdl-core-xe == 'true')) || needs.paths-filter.outputs.xe == 'true'}}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 775d34f

Please sign in to comment.