We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4915184 commit d8d0081Copy full SHA for d8d0081
.github/workflows/push-master.yml
@@ -10,7 +10,7 @@ jobs:
10
matrix:
11
step: ['build:release', 'docs:release']
12
name: ${{ matrix.step }}
13
- if: "! contains(github.event.head_commit.message, '[CI Skip]')"
+ if: "! contains(github.event.head_commit.message, '[CI Skip]') && github.repository == 'polkadot-js/api'"
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v1
0 commit comments