From dff991f9813eec03ffc060e5133bf1cfc3ce90f8 Mon Sep 17 00:00:00 2001 From: Matthew Barber Date: Sat, 7 Jan 2023 13:07:15 +0000 Subject: [PATCH 1/2] (temp) make `honno/array-api` the main repo --- .github/workflows/pages.yml | 2 +- .github/workflows/preview.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: From 3f0fe66669b7cb12fe6c0174b870a486dc077e06 Mon Sep 17 00:00:00 2001 From: Matthew Barber Date: Sat, 7 Jan 2023 13:09:34 +0000 Subject: [PATCH 2/2] test