We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b424c3 commit ebd95e3Copy full SHA for ebd95e3
.github/workflows/external-pr-sync.yml
@@ -3,12 +3,12 @@ name: Sync external PR branch to public repository
3
on:
4
pull_request_target:
5
branches:
6
- - 'external-pr/**'
+ - amd-staging
7
8
jobs:
9
git-mirror:
10
runs-on: ubuntu-latest
11
- if: github.event.pull_request.head.repo.full_name == 'AMD-ROCm-Internal/aqlprofile'
+ if: github.event.pull_request.head.repo.full_name == 'AMD-ROCm-Internal/aqlprofile' && contains(github.event.pull_request.head.ref, 'external-pr')
12
steps:
13
- name: Get Current PR Body
14
id: current_pr
0 commit comments