Skip to content

Commit ce56e06

Browse files
committed
ci(.github/workflows): fork 실행을 방지하기 위한 레포지토리 검사 추가
1 parent 4495575 commit ce56e06

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/broken-link-checker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88

99
jobs:
1010
broken-link-checker:
11+
if: github.repository == 'toss/es-hangul'
1112
runs-on: ubuntu-latest
1213
steps:
1314
- name: Checkout Repository

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ on:
77
jobs:
88
release:
99
if: github.repository == 'toss/es-hangul'
10-
1110
runs-on: ubuntu-latest
12-
1311
steps:
1412
- name: Checkout Repository
1513
uses: actions/checkout@v5

0 commit comments

Comments
 (0)