From 2e3984c98e2a1cc29412b2f32edbfc611fc9e33c Mon Sep 17 00:00:00 2001 From: ITOH Date: Tue, 8 Feb 2022 19:50:29 +0000 Subject: [PATCH] ci: do not run tests on PR --- .github/workflows/test.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7f98bd12c..90bcc71e4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,11 +6,6 @@ on: - "plugins/**" - "src/**" - "tests/**" - pull_request: - paths: - - "plugins/**" - - "src/**" - - "tests/**" jobs: test: