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 47a5665767
commit 24033be046
6 changed files with 6 additions and 0 deletions
+1
View File
@@ -14,6 +14,7 @@ jobs:
deploy:
name: deploy
runs-on: ubuntu-latest
if: ${{ github.repository == 'spring-projects/spring-security' }}
steps:
- uses: actions/checkout@v2
- name: Set up gradle