We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a02333b commit eea09e6Copy full SHA for eea09e6
.github/workflows/continuous_integration.yml
@@ -47,6 +47,7 @@ jobs:
47
build-type: ['RelWithDebInfo']
48
49
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'
51
52
permissions:
53
contents: read
@@ -94,7 +95,7 @@ jobs:
94
95
-S ./dashboard.cmake
96
97
core-rpm:
- 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'
99
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
100
strategy:
101
fail-fast: false
0 commit comments