Skip workflows on forks of spring-security

This commit is contained in:
Steve Riesenberg
2022-07-28 14:17:42 -05:00
parent 66da4301fc
commit 4fbbfd2c8b
6 changed files with 6 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ jobs:
spring-releasetrain-checks:
name: Check DueOn is on a Release Date
runs-on: ubuntu-latest
if: ${{ github.repository == 'spring-projects/spring-security' }}
permissions:
contents: none
steps: