Skip to content

Commit 5395945

Browse files
committed
CI: don't run Actions on forks, allow skipping ci
1 parent bf78843 commit 5395945

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
- "**"
88
jobs:
99
run:
10+
# Don't run Action on forks, and allow skipping CI
11+
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]')"
1012
runs-on: ubuntu-18.04
1113
steps:
1214
# - uses: docker://pandoc/latex:2.9

0 commit comments

Comments
 (0)