We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d6552a commit c27d608Copy full SHA for c27d608
.github/workflows/update-antora-ui-spring.yml
@@ -12,6 +12,7 @@ permissions:
12
13
jobs:
14
update-antora-ui-spring:
15
+ if: ${{ github.repository == 'spring-projects/spring-security' }}
16
runs-on: ubuntu-latest
17
name: Update on Supported Branches
18
strategy:
@@ -25,6 +26,7 @@ jobs:
25
26
token: ${{ secrets.GITHUB_TOKEN }}
27
antora-file-path: 'docs/antora-playbook.yml'
28
update-antora-ui-spring-docs-build:
29
30
31
name: Update on docs-build
32
steps:
0 commit comments