From 8500f9128ddb299312bc8d767c804efb036a70c0 Mon Sep 17 00:00:00 2001 From: David Galiffi Date: Mon, 18 Nov 2024 10:46:29 -0500 Subject: [PATCH] Update weekly-mainline-sync.yml Restrict job to the ROCm/rocprofiler-systems repository. No need to run on forks. [ROCm/rocprofiler-systems commit: 043aa81baf4748acad5af453459b24a1b14d3151] --- .../.github/workflows/weekly-mainline-sync.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/rocprofiler-systems/.github/workflows/weekly-mainline-sync.yml b/projects/rocprofiler-systems/.github/workflows/weekly-mainline-sync.yml index 37b4609af9..b175c36d6c 100644 --- a/projects/rocprofiler-systems/.github/workflows/weekly-mainline-sync.yml +++ b/projects/rocprofiler-systems/.github/workflows/weekly-mainline-sync.yml @@ -6,6 +6,7 @@ on: jobs: promote-stg-to-main: + if: github.repository == 'ROCm/rocprofiler-systems' runs-on: ubuntu-latest name: Promote Staging to Mainline steps: