Skip workflows on forks of spring-security

This commit is contained in:
Steve Riesenberg
2022-07-28 14:17:42 -05:00
parent 47a5665767
commit 24033be046
6 changed files with 6 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ jobs:
update:
name: Update Algolia Index
runs-on: ubuntu-latest
if: ${{ github.repository == 'spring-projects/spring-security' }}
steps:
- name: Checkout Source
uses: actions/checkout@v2