Skip to content

Commit

Permalink
[fix] #129 delete unnecessary code in ci, cd
Browse files Browse the repository at this point in the history
  • Loading branch information
chaewonni committed Sep 4, 2024
1 parent 69e06eb commit 784a9ef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/dev-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: .
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/prod-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: .
Expand Down

0 comments on commit 784a9ef

Please sign in to comment.