Skip to content

Commit

Permalink
Prevent PR builds from running on forks
Browse files Browse the repository at this point in the history
  • Loading branch information
elliedori authored and rwinch committed Oct 26, 2020
1 parent b182d9d commit d69032a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d69032a

Please sign in to comment.