Skip to content

Commit eea09e6

Browse files
authored
Separating Internal and External Workflows (#119)
* Separating Internal and External Workflows * Update continuous_integration.yml
1 parent a02333b commit eea09e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/continuous_integration.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
build-type: ['RelWithDebInfo']
4848

4949
runs-on: ${{ matrix.runner }}${{ github.ref == 'refs/heads/amd-npi' && '-npi' || '' }}-emu-runner-set
50+
if: github.event.pull_request.head.repo.full_name == 'AMD-ROCm-Internal/aqlprofile'
5051

5152
permissions:
5253
contents: read
@@ -94,7 +95,7 @@ jobs:
9495
-S ./dashboard.cmake
9596

9697
core-rpm:
97-
if: github.ref != 'refs/heads/amd-npi'
98+
if: github.ref != 'refs/heads/amd-npi' && github.event.pull_request.head.repo.full_name == 'AMD-ROCm-Internal/aqlprofile'
9899
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
99100
strategy:
100101
fail-fast: false

0 commit comments

Comments
 (0)