Merge branch '6.1.x' into 6.2.x

This commit is contained in:
Marcus Hert Da Coregio 2024-02-06 08:20:12 -03:00
commit 216a0aa894
1 changed files with 1 additions and 1 deletions

View File

@ -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