There was an error while loading. Please reload this page.
1 parent 2fa3232 commit b855a08Copy full SHA for b855a08
1 file changed
.github/workflows/update-documentation.yml
@@ -8,6 +8,7 @@ on:
8
jobs:
9
generate:
10
runs-on: ubuntu-latest
11
+ if: "!contains(github.event.head_commit.message, 'no-ci') && !contains(github.event.head_commit.message, 'CI ignore')"
12
steps:
13
- uses: actions/checkout@v2
14
0 commit comments