File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ permissions:
12
12
13
13
jobs :
14
14
update-antora-ui-spring :
15
- runs-on : ubuntu-latest
16
- if : github.repository_owner == 'spring-projects'
17
15
name : Update on Supported Branches
16
+ if : ${{ github.repository == 'spring-projects/spring-framework' }}
17
+ runs-on : ubuntu-latest
18
18
strategy :
19
19
matrix :
20
20
branch : [ '6.1.x' ]
26
26
token : ${{ secrets.GITHUB_TOKEN }}
27
27
antora-file-path : ' framework-docs/antora-playbook.yml'
28
28
update-antora-ui-spring-docs-build :
29
- runs-on : ubuntu-latest
30
- if : github.repository_owner == 'spring-projects'
31
29
name : Update on docs-build
30
+ if : ${{ github.repository == 'spring-projects/spring-framework' }}
31
+ runs-on : ubuntu-latest
32
32
steps :
33
33
- uses : spring-io/spring-doc-actions/update-antora-spring-ui@5a57bcc6a0da2a1474136cf29571b277850432bc
34
34
name : Update
You can’t perform that action at this time.
0 commit comments