mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-26 13:53:14 +00:00
Merge branch '6.2.x'
This commit is contained in:
commit
964731f920
@ -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