Merge pull request #11353 from jbonhag/github/no-build-on-forks
Don't build gem on Vagrant forks
This commit is contained in:
commit
f5d57e376f
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -8,6 +8,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build-gem:
|
||||
if: github.repository == 'hashicorp/vagrant'
|
||||
name: Build Vagrant RubyGem
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user