Skip to content

Commit f4bd867

Browse files
author
BotReleaser
committed
Reset build-python
1 parent 15386e3 commit f4bd867

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/build-python.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ on:
66
push:
77
branches:
88
- main
9-
paths-ignore:
10-
- .github/**
119
pull_request:
1210
workflow_dispatch:
1311
inputs:
@@ -168,7 +166,7 @@ jobs:
168166
PYTEST_XDIST_AUTO_NUM_WORKERS: 2
169167

170168
- name: SonarCloud Scan
171-
if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10' && !matrix.langchain_minimal && !matrix.pandas_v1 && !matrix.pydantic_v1 && (github.event.ref == 'refs/heads/main' || github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) }}
169+
if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10' && !matrix.langchain_minimal && !matrix.pandas_v1 && !matrix.pydantic_v1 && (github.event.ref == 'refs/heads/main' || github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository)}}
172170
uses: SonarSource/sonarcloud-github-action@v2.1.1
173171
env:
174172
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)