From 784a9efe19f9ceff683dca5990f6901c6403e61f Mon Sep 17 00:00:00 2001 From: chaewonkim Date: Thu, 5 Sep 2024 01:48:04 +0900 Subject: [PATCH] [fix] #129 delete unnecessary code in ci, cd --- .github/workflows/dev-cd.yml | 3 --- .github/workflows/prod-cd.yml | 3 --- 2 files changed, 6 deletions(-) diff --git a/.github/workflows/dev-cd.yml b/.github/workflows/dev-cd.yml index 77774c3..16cf3fe 100644 --- a/.github/workflows/dev-cd.yml +++ b/.github/workflows/dev-cd.yml @@ -2,12 +2,9 @@ name: develop-CD on: push: branches: [ "develop" ] - pull_request_target: - types: [ labeled, closed ] jobs: ci: - if: contains(github.event.pull_request.labels.*.name, 'dev') runs-on: ubuntu-22.04 env: working-directory: . diff --git a/.github/workflows/prod-cd.yml b/.github/workflows/prod-cd.yml index dc4a32d..14df26f 100644 --- a/.github/workflows/prod-cd.yml +++ b/.github/workflows/prod-cd.yml @@ -2,12 +2,9 @@ name: prod-CD on: push: branches: [ "main" ] - pull_request_target: - types: [ labeled, closed ] jobs: ci: - if: contains(github.event.pull_request.labels.*.name, 'deploy') runs-on: ubuntu-22.04 env: working-directory: .