diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index d6edf443d613..76d2adcc6eab 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -9,6 +9,8 @@ env: PIP_DEFAULT_TIMEOUT: 100 on: + pull_request: + types: [opened, synchronize, edited] push: branches: - 'feature/*' @@ -17,7 +19,7 @@ on: # Cancel previous runs that are not yet completed. concurrency: - group: ${{ github.workflow }}-${{ github.ref }} + group: ${{ github.event_name }}-${{ github.repository }}-${{ github.ref }} cancel-in-progress: true jobs: diff --git a/build/conda/conda-3-9-env-full.yaml b/build/conda/conda-3-9-env-full.yaml index 65e559f63a65..33392f4c800d 100644 --- a/build/conda/conda-3-9-env-full.yaml +++ b/build/conda/conda-3-9-env-full.yaml @@ -6,4 +6,3 @@ dependencies: - pip - poetry=1.1.13 - lightgbm=3.3.3 - - charset-normalizer=2.1.1