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