Skip to content

Commit

Permalink
ci: Some straggler repo renames in the workflows (#4025)
Browse files Browse the repository at this point in the history
Signed-off-by: Larry Gritz <[email protected]>
  • Loading branch information
lgritz authored Oct 15, 2023
1 parent e477777 commit 413b49a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 413b49a

Please sign in to comment.