mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-24 21:12:18 +00:00
Only run workflow for spring-projects repositories
Issue gh-14535
This commit is contained in:
parent
56c5fc281e
commit
43ced5291b
@ -9,7 +9,7 @@ jobs:
|
||||
trigger-worflow:
|
||||
name: Trigger Workflow
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event.commits[0].author.username == 'dependabot[bot]'
|
||||
if: ${{ github.event.commits[0].author.username == 'dependabot[bot]' && github.repository_owner == 'spring-projects' }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
id: checkout
|
||||
|
Loading…
x
Reference in New Issue
Block a user