File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ permissions:
1212
1313jobs :
1414 update-antora-ui-spring :
15- runs-on : ubuntu-latest
16- if : github.repository_owner == 'spring-projects'
1715 name : Update on Supported Branches
16+ if : ${{ github.repository == 'spring-projects/spring-framework' }}
17+ runs-on : ubuntu-latest
1818 strategy :
1919 matrix :
2020 branch : [ '6.1.x' ]
2626 token : ${{ secrets.GITHUB_TOKEN }}
2727 antora-file-path : ' framework-docs/antora-playbook.yml'
2828 update-antora-ui-spring-docs-build :
29- runs-on : ubuntu-latest
30- if : github.repository_owner == 'spring-projects'
3129 name : Update on docs-build
30+ if : ${{ github.repository == 'spring-projects/spring-framework' }}
31+ runs-on : ubuntu-latest
3232 steps :
3333 - uses : spring-io/spring-doc-actions/update-antora-spring-ui@5a57bcc6a0da2a1474136cf29571b277850432bc
3434 name : Update
You can’t perform that action at this time.
0 commit comments