Skip to content

Commit 3d81da4

Browse files
authored
Run action only in the main repo
1 parent 4c76abd commit 3d81da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
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' && !contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]') && !contains(github.event.head_commit.message, '[skip github]')"
5+
if: "github.repository == 'data-apis/array-api'"
66
runs-on: ubuntu-latest
77
name: Run CircleCI artifacts redirector
88
steps:

0 commit comments

Comments
 (0)