diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index 5c6aa41204..50c80826ca 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -35,7 +35,7 @@ jobs: name: "SonarCloud Analysis" # Exclude runs on forks, since only the main org has the SonarCloud # account credentials. - if: github.repository == 'OpenImageIO/oiio' + if: github.repository == 'AcademySoftwareFoundation/OpenImageIO' strategy: fail-fast: false matrix: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 581b568ea5..49271e13bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ on: schedule: # Full nightly build - cron: "0 8 * * *" - if: github.repository == 'OpenImageIO/oiio' + if: github.repository == 'AcademySoftwareFoundation/OpenImageIO' permissions: read-all diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 098d382aaf..da5615800f 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -23,7 +23,7 @@ concurrency: jobs: analysis: name: Scorecards analysis - if: github.repository == 'OpenImageIO/oiio' + if: github.repository == 'AcademySoftwareFoundation/OpenImageIO' runs-on: ubuntu-latest permissions: # Needed to upload the results to code-scanning dashboard.