Skip to content

Commit 6836862

Browse files
committed
Prevent execution of Antora jobs on forks
Closes gh-34083
1 parent 890a8f4 commit 6836862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515
jobs:
1616
build:
1717
name: Dispatch docs deployment
18-
if: github.repository_owner == 'spring-projects'
18+
if: ${{ github.repository == 'spring-projects/spring-framework' }}
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Check out code

0 commit comments

Comments
 (0)