diff --git a/.github/workflows/code_quality.yml b/.github/workflows/code_quality.yml index 2620f6410..9946880be 100644 --- a/.github/workflows/code_quality.yml +++ b/.github/workflows/code_quality.yml @@ -1,11 +1,11 @@ name: Check Linter Rules on: pull_request: + types: [review_requested] branches: - master jobs: test: - if: github.event.pull_request.draft == 'false' name: Check the source code runs-on: ubuntu-latest steps: