From cf8d65531019ee6fb9bae2ce615c7c7735073cac Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Sun, 22 Mar 2020 16:09:54 +0900 Subject: [PATCH] ci: comment out pull_request event --- .github/workflows/test-action.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index 361b45b..cbd0c85 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -6,12 +6,12 @@ on: - master paths-ignore: - '*.md' - pull_request: - types: - - opened - - synchronize - paths-ignore: - - '*.md' +# pull_request: +# types: +# - opened +# - synchronize +# paths-ignore: +# - '*.md' jobs: skipci: