Skip to content

Commit

Permalink
Merge pull request #75 from ericcrosson-bitgo/avoid-running-release-g…
Browse files Browse the repository at this point in the history
…ithub-action-on-forks

ci: only run release job in BitGo's GitHub Actions
  • Loading branch information
bitgopatmcl authored May 16, 2022
2 parents cadf1c9 + 084eed3 commit 10c2ab1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
release:
name: Release
if: github.repository_owner == 'BitGo'
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 10c2ab1

Please sign in to comment.