diff --git a/.github/workflows/analysis_workflow.yml b/.github/workflows/analysis_workflow.yml index 34711f0476..b048e8a2a9 100644 --- a/.github/workflows/analysis_workflow.yml +++ b/.github/workflows/analysis_workflow.yml @@ -19,6 +19,7 @@ jobs: linux_sonarcloud: name: 'SonarCloud Linux CentOS 7 VFX CY2020 ' + if: github.repository == ‘AcademySoftwareFoundation/openexr’ # GH-hosted VM. The build runs in CentOS 7 'container' defined below. runs-on: ubuntu-latest container: @@ -85,6 +86,7 @@ jobs: # ------------------------------------------------------------------------------ linux_valgrind: name: 'Valgrind Linux CentOS 7 VFX CY2020 ' + if: github.repository == ‘AcademySoftwareFoundation/openexr’ # GH-hosted VM. The build runs in CentOS 7 'container' defined below. runs-on: ubuntu-latest container: @@ -151,6 +153,7 @@ jobs: # ------------------------------------------------------------------------------ linux_fuzz: name: 'Fuzz Test Linux CentOS 7 VFX CY2020 ' + if: github.repository == ‘AcademySoftwareFoundation/openexr’ # GH-hosted VM. The build runs in CentOS 7 'container' defined below. runs-on: ubuntu-latest container: