1
0
mirror of synced 2026-08-05 17:57:15 +00:00

Skip workflows on forks of spring-security

This commit is contained in:
Steve Riesenberg
2022-07-28 14:17:42 -05:00
parent 865bf23ecc
commit 9d248c7185
6 changed files with 6 additions and 0 deletions
@@ -9,6 +9,7 @@ permissions:
jobs:
main:
runs-on: ubuntu-latest
if: ${{ github.repository == 'spring-projects/spring-security' }}
permissions:
contents: none
steps: