diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index e615135d3..1c4985955 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -44,7 +44,7 @@ jobs: runs-on: ubuntu-latest # Avoid running this workflow for forks and allow skipping CI: - if: "github.repository == 'data-apis/array-api' && !contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]') && !contains(github.event.head_commit.message, '[skip github]')" + if: "github.repository == 'honno/array-api' && !contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]') && !contains(github.event.head_commit.message, '[skip github]')" # Define a sequence of job steps... steps: diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 347dbfb8d..cffc59c16 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -2,7 +2,7 @@ on: [status] jobs: circleci_artifacts_redirector_job: # Don't run Action on forks, and allow skipping CI - if: "github.repository == 'data-apis/array-api'" + if: "github.repository == 'honno/array-api'" runs-on: ubuntu-latest name: Run CircleCI artifacts redirector steps: