Skip to content

Commit

Permalink
Only run release on upstream repo (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanrolds authored Dec 20, 2024
1 parent c8eb4be commit fe4339b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go-releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:

jobs:
goreleaser:
if: github.repository == 'mdelapenya/junit2otlp'
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

jobs:
update_release_draft:
if: github.repository == 'mdelapenya/junit2otlp'
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into "master"
Expand Down

0 comments on commit fe4339b

Please sign in to comment.