Skip to content

Commit d8d0081

Browse files
authored
CI scripts (#2123)
1 parent 4915184 commit d8d0081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
step: ['build:release', 'docs:release']
1212
name: ${{ matrix.step }}
13-
if: "! contains(github.event.head_commit.message, '[CI Skip]')"
13+
if: "! contains(github.event.head_commit.message, '[CI Skip]') && github.repository == 'polkadot-js/api'"
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)