Skip to content

Commit ebd95e3

Browse files
authored
Update external-pr-sync.yml
1 parent 2b424c3 commit ebd95e3

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
@@ -3,12 +3,12 @@ name: Sync external PR branch to public repository
33
on:
44
pull_request_target:
55
branches:
6-
- 'external-pr/**'
6+
- amd-staging
77

88
jobs:
99
git-mirror:
1010
runs-on: ubuntu-latest
11-
if: github.event.pull_request.head.repo.full_name == 'AMD-ROCm-Internal/aqlprofile'
11+
if: github.event.pull_request.head.repo.full_name == 'AMD-ROCm-Internal/aqlprofile' && contains(github.event.pull_request.head.ref, 'external-pr')
1212
steps:
1313
- name: Get Current PR Body
1414
id: current_pr

0 commit comments

Comments
 (0)