Skip to content

Commit

Permalink
[ci] prevent triggering release-related jobs on forks
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Dumais <[email protected]>
  • Loading branch information
marcdumais-work committed Apr 17, 2024
1 parent 6cfa3c6 commit 8465e7c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on:
jobs:
gh-release:
name: GitHub release
if: github.repository == 'eclipse-cdt-cloud/theia-trace-extension'
runs-on: ubuntu-latest

steps:
Expand Down
1 change: 0 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"lerna": "7.3.0",
"version": "0.2.1",
"npmClient": "yarn",
"command": {
Expand Down

0 comments on commit 8465e7c

Please sign in to comment.