Skip to content

Commit 10c2ab1

Browse files
authored
Merge pull request #75 from ericcrosson-bitgo/avoid-running-release-github-action-on-forks
ci: only run release job in BitGo's GitHub Actions
2 parents cadf1c9 + 084eed3 commit 10c2ab1

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
@@ -8,6 +8,7 @@ on:
88
jobs:
99
release:
1010
name: Release
11+
if: github.repository_owner == 'BitGo'
1112
runs-on: ubuntu-latest
1213

1314
steps:

0 commit comments

Comments
 (0)