We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c32601 + cfa3463 commit d7a3971Copy full SHA for d7a3971
.github/workflows/update-antora-ui-spring.yml
@@ -12,8 +12,9 @@ permissions:
12
13
jobs:
14
update-antora-ui-spring:
15
- runs-on: ubuntu-latest
16
name: Update on Supported Branches
+ if: ${{ github.repository == 'spring-projects/spring-framework' }}
17
+ runs-on: ubuntu-latest
18
strategy:
19
matrix:
20
branch: [ '6.1.x' ]
@@ -25,8 +26,9 @@ jobs:
25
26
token: ${{ secrets.GITHUB_TOKEN }}
27
antora-file-path: 'framework-docs/antora-playbook.yml'
28
update-antora-ui-spring-docs-build:
29
name: Update on docs-build
30
31
32
steps:
33
- uses: spring-io/spring-doc-actions/update-antora-spring-ui@5a57bcc6a0da2a1474136cf29571b277850432bc
34
name: Update
0 commit comments