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 <marc.dumais@ericsson.com>
  • Loading branch information
marcdumais-work committed Apr 17, 2024
1 parent d5bb0d5 commit 9f93170
Showing 1 changed file with 1 addition and 0 deletions.
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/timeline-chart'
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 9f93170

Please sign in to comment.