From 958036df0cf745ef27881b3f03d4e00efb8e8a75 Mon Sep 17 00:00:00 2001 From: kranurag7 <81210977+kranurag7@users.noreply.github.com> Date: Wed, 17 Apr 2024 14:15:19 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=B1=20run=20tests=20on=20draft=20PRs?= =?UTF-8?q?=20(#1267)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit run tests on draft PRs Signed-off-by: kranurag7 --- .github/workflows/test.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0785fda67..e372090fb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,7 +3,7 @@ name: Test Code on: # yamllint disable-line rule:truthy workflow_dispatch: pull_request: - types: [opened, synchronize, reopened, ready_for_review] + types: [opened, edited, synchronize, reopened, ready_for_review] branches: - main - "releases/**" @@ -24,7 +24,6 @@ concurrency: jobs: test: name: Test Code - if: github.event_name != 'pull_request' || !github.event.pull_request.draft runs-on: ubuntu-latest timeout-minutes: 10 steps: @@ -69,4 +68,4 @@ jobs: with: name: reports-${{ steps.name.outputs.name }} path: .reports - retention-days: 30 \ No newline at end of file + retention-days: 30