Skip to content

Commit fe4339b

Browse files
authored
Only run release on upstream repo (mdelapenya#100)
1 parent c8eb4be commit fe4339b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/go-releaser.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010

1111
jobs:
1212
goreleaser:
13+
if: github.repository == 'mdelapenya/junit2otlp'
1314
runs-on: ubuntu-latest
1415
steps:
1516
- name: Checkout

.github/workflows/release-drafter.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88

99
jobs:
1010
update_release_draft:
11+
if: github.repository == 'mdelapenya/junit2otlp'
1112
runs-on: ubuntu-latest
1213
steps:
1314
# Drafts your next Release notes as Pull Requests are merged into "master"

0 commit comments

Comments
 (0)