We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8eb4be commit fe4339bCopy full SHA for fe4339b
.github/workflows/go-releaser.yml
@@ -10,6 +10,7 @@ on:
10
11
jobs:
12
goreleaser:
13
+ if: github.repository == 'mdelapenya/junit2otlp'
14
runs-on: ubuntu-latest
15
steps:
16
- name: Checkout
.github/workflows/release-drafter.yml
@@ -8,6 +8,7 @@ on:
8
9
update_release_draft:
# Drafts your next Release notes as Pull Requests are merged into "master"
0 commit comments