Skip workflows on forks of spring-security
This commit is contained in:
1
.github/workflows/antora-generate.yml
vendored
1
.github/workflows/antora-generate.yml
vendored
@@ -16,6 +16,7 @@ permissions:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.repository == 'spring-projects/spring-security' }}
|
||||
steps:
|
||||
- name: Checkout Source
|
||||
uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user