From 1cdc687be774042129c7831ef330afbebfa2b4dc Mon Sep 17 00:00:00 2001 From: Neeraj Gupta <254676+ua741@users.noreply.github.com> Date: Sun, 6 Nov 2022 14:52:03 +0530 Subject: [PATCH] Run linter on review requested --- .github/workflows/code_quality.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: