From 413b49a412498cc74cf0f468103209319cdaf32f Mon Sep 17 00:00:00 2001 From: Larry Gritz Date: Sun, 15 Oct 2023 14:33:41 -0700 Subject: [PATCH] ci: Some straggler repo renames in the workflows (#4025) Signed-off-by: Larry Gritz --- .github/workflows/analysis.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/scorecards.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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.