From 96509f394180ca2cc665680e1e5d88e4ea37e383 Mon Sep 17 00:00:00 2001 From: Ahn-seokjoo Date: Sun, 29 Sep 2024 03:12:06 +0900 Subject: [PATCH] =?UTF-8?q?Revert=20"[feature]=20test=EC=9A=A9=EC=9C=BC?= =?UTF-8?q?=EB=A1=9C=20=EC=9E=A0=EC=8B=9C=20=EB=A7=89=EC=95=84=EB=91=A0"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 4cd089712ea8a0e3b246356c950e401806343525. --- .github/workflows/build.yaml | 2 -- .github/workflows/common-setup.yaml | 6 +----- .github/workflows/lint_check.yaml | 5 +---- 3 files changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 88ff5d22..8dc9eab5 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -4,8 +4,6 @@ on: workflow_dispatch: pull_request: branches: [ "feature**", "hotfix**", "release**", "develop**", "master" ] - types: - - closed jobs: common_setup: diff --git a/.github/workflows/common-setup.yaml b/.github/workflows/common-setup.yaml index 56bc3562..b73edf38 100644 --- a/.github/workflows/common-setup.yaml +++ b/.github/workflows/common-setup.yaml @@ -1,10 +1,6 @@ name: Common Setup -on: - workflow_call: - pull_request: - types: - - closed +on: workflow_call jobs: setup: diff --git a/.github/workflows/lint_check.yaml b/.github/workflows/lint_check.yaml index f3986ea8..aa4523a3 100644 --- a/.github/workflows/lint_check.yaml +++ b/.github/workflows/lint_check.yaml @@ -1,9 +1,6 @@ name: Lint Check -on: - pull_request: - types: - - closed +on: pull_request jobs: lint-check: