We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 993e7ee commit 0ac44d2Copy full SHA for 0ac44d2
1 file changed
.github/workflows/deploy-getcloser.yml
@@ -4,7 +4,6 @@ on:
4
push:
5
branches:
6
- main
7
- - deploy-getcloser
8
workflow_dispatch:
9
10
# 같은 브랜치 동시 실행 시 이전 잡 취소(경쟁 배포 방지)
@@ -17,7 +16,7 @@ jobs:
17
16
# 🚀 Deploy GetCloser Service
18
# ========================================
19
deploy-prod:
20
- if: github.ref_name == 'main' || github.ref_name == 'deploy-getcloser'
+ if: github.ref_name == 'main'
21
name: 🚀 Deploy GetCloser
22
runs-on: oracle
23
environment: getcloser
0 commit comments