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 af06796 commit 0b08ae1Copy full SHA for 0b08ae1
.github/workflows/docs-build-pr.yml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
build:
10
- if: "!contains(github.event.head_commit.message, '[skip ci]')"
+ if: "github.repository_owner != 'nipreps' && !contains(github.event.head_commit.message, '[skip ci]')"
11
runs-on: ubuntu-latest
12
13
steps:
0 commit comments