We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 890a8f4 commit 6836862Copy full SHA for 6836862
.github/workflows/deploy-docs.yml
@@ -15,7 +15,7 @@ permissions:
15
jobs:
16
build:
17
name: Dispatch docs deployment
18
- if: github.repository_owner == 'spring-projects'
+ if: ${{ github.repository == 'spring-projects/spring-framework' }}
19
runs-on: ubuntu-latest
20
steps:
21
- name: Check out code
0 commit comments