Skip to content

Commit c06e83a

Browse files
committed
temp
1 parent 19ad87c commit c06e83a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-latest
4545

4646
# Avoid running this workflow for forks and allow skipping CI:
47-
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]')"
47+
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]')"
4848

4949
# Define a sequence of job steps...
5050
steps:

.github/workflows/preview.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ on: [status]
22
jobs:
33
circleci_artifacts_redirector_job:
44
# Don't run Action on forks, and allow skipping CI
5-
if: "github.repository == 'data-apis/array-api'"
5+
if: "github.repository == 'honno/array-api'"
66
runs-on: ubuntu-latest
77
name: Run CircleCI artifacts redirector
88
steps:

0 commit comments

Comments
 (0)