Skip to content

Commit 188f145

Browse files
authored
fix: Avoid triggering semantic release on forks (#388)
1 parent da957e0 commit 188f145

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ permissions:
1212

1313
jobs:
1414
semrel:
15+
if: github.repository == 'ansible-community/ansible-vault'
1516
runs-on: ubuntu-latest
1617
steps:
1718
- name: Checkout

0 commit comments

Comments
 (0)