Browse Source

Prevent PR builds from running on forks

pull/9153/head
Ellie Bahadori 5 years ago committed by Rob Winch
parent
commit
d69032a68d
  1. 2
      .github/workflows/pr-build-workflow.yml

2
.github/workflows/pr-build-workflow.yml

@ -6,7 +6,7 @@ jobs: @@ -6,7 +6,7 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
if: github.repository == 'spring-projects/spring-security'
steps:
- uses: actions/checkout@v2
- name: Set up JDK

Loading…
Cancel
Save