Skip to content

Commit f92e400

Browse files
committed
setting: git서버가 아니라 prod, dev에서 workflow 돌아가도록 수정
1 parent 15d75dd commit f92e400

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Dev-CI-CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111

1212
jobs:
1313
CI-CD:
14-
runs-on: ubuntu-latest
14+
runs-on: [ self-hosted, dev ]
1515
steps:
1616
- uses: actions/checkout@v4
1717

.github/workflows/Prod-CI-CD.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111

1212
jobs:
1313
CI-CD:
14-
runs-on: ubuntu-latest
14+
runs-on: [ self-hosted, prod ]
1515
steps:
1616
- uses: actions/checkout@v4
1717

0 commit comments

Comments
 (0)