Skip to content

Commit 42c9f0a

Browse files
committed
Disable deploy job in forked repository
1 parent 27e3449 commit 42c9f0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
jobs:
88
deploy:
99
runs-on: ubuntu-latest
10+
if: github.repository == 'fwcd/kotlin-language-server'
1011
steps:
1112
- uses: actions/checkout@v3
1213
- name: Setup JDK

0 commit comments

Comments
 (0)