Skip to content

Commit 0ac44d2

Browse files
committed
chore(getcloser): remove test workflow
1 parent 993e7ee commit 0ac44d2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/deploy-getcloser.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
- deploy-getcloser
87
workflow_dispatch:
98

109
# 같은 브랜치 동시 실행 시 이전 잡 취소(경쟁 배포 방지)
@@ -17,7 +16,7 @@ jobs:
1716
# 🚀 Deploy GetCloser Service
1817
# ========================================
1918
deploy-prod:
20-
if: github.ref_name == 'main' || github.ref_name == 'deploy-getcloser'
19+
if: github.ref_name == 'main'
2120
name: 🚀 Deploy GetCloser
2221
runs-on: oracle
2322
environment: getcloser

0 commit comments

Comments
 (0)