Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-ai committed May 11, 2023
1 parent 35fe50b commit 9bf890c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ jobs:
needs: [paths-filter]
if: ${{ needs.paths-filter.outputs.rust == 'true' }}
uses: ./.github/workflows/rust_build.yml
# python-build:
# needs: [paths-filter]
# if: ${{ needs.paths-filter.outputs.python == 'true' }}
# uses: ./.github/workflows/python_build.yml
python-build:
needs: [paths-filter]
if: ${{ needs.paths-filter.outputs.python == 'true' }}
uses: ./.github/workflows/python_build.yml
build-result:
runs-on: ubuntu-latest
needs: [java-build, cpp-build, csharp-build, golang-build, php-build, rust-build]
Expand Down

0 comments on commit 9bf890c

Please sign in to comment.