Skip to content

Commit 310e29b

Browse files
[ci] prevent triggering release-related jobs on forks
Signed-off-by: Marc Dumais <[email protected]>
1 parent 4a9caae commit 310e29b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ on:
1616
jobs:
1717
gh-release:
1818
name: GitHub release
19+
if: github.repository == 'eclipse-cdt-cloud/tsp-typescript-client'
1920
runs-on: ubuntu-latest
2021

2122
steps:

lerna.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"lerna": "7.3.0",
32
"version": "0.4.1",
43
"npmClient": "yarn",
54
"command": {

0 commit comments

Comments
 (0)