Skip to content

Commit 43ced52

Browse files
Only run workflow for spring-projects repositories
Issue gh-14535
1 parent 56c5fc2 commit 43ced52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/trigger-dependabot-auto-merge-forward.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
trigger-worflow:
1010
name: Trigger Workflow
1111
runs-on: ubuntu-latest
12-
if: github.event.commits[0].author.username == 'dependabot[bot]'
12+
if: ${{ github.event.commits[0].author.username == 'dependabot[bot]' && github.repository_owner == 'spring-projects' }}
1313
steps:
1414
- name: Checkout
1515
id: checkout

0 commit comments

Comments
 (0)