Skip to content

Commit d69032a

Browse files
elliedorirwinch
authored andcommitted
Prevent PR builds from running on forks
1 parent b182d9d commit d69032a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
name: Build
88
runs-on: ubuntu-latest
9-
9+
if: github.repository == 'spring-projects/spring-security'
1010
steps:
1111
- uses: actions/checkout@v2
1212
- name: Set up JDK

0 commit comments

Comments
 (0)