Merge pull request #11353 from jbonhag/github/no-build-on-forks

Don't build gem on Vagrant forks
This commit is contained in:
Jeff Bonhag 2020-01-30 14:02:42 -05:00 committed by GitHub
commit f5d57e376f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@ on:
jobs:
build-gem:
if: github.repository == 'hashicorp/vagrant'
name: Build Vagrant RubyGem
runs-on: ubuntu-18.04
steps: