Skip to content

Commit 5d2dc86

Browse files
authored
Update external-pr-sync.yml
1 parent ffc6a58 commit 5d2dc86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/external-pr-sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ name: Sync external PR branch to public repository
22

33
on:
44
pull_request:
5-
types: [synchronize]
65
branches:
7-
- 'external-pr-**'
6+
- 'external-pr-*'
87

98
jobs:
109
git-mirror:
1110
runs-on: ubuntu-latest
11+
if: github.event.pull_request.head.repo.full_name == 'AMD-ROCm-Internal/aqlprofile'
1212
steps:
1313
- name: Get Current PR Body
1414
id: current_pr

0 commit comments

Comments
 (0)