We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9f3481 commit cebdcc4Copy full SHA for cebdcc4
1 file changed
.github/workflows/mkdocs-deploy.yml
@@ -8,6 +8,7 @@ jobs:
8
build:
9
name: Deploy docs
10
runs-on: ubuntu-latest
11
+ if: "!contains(github.event.head_commit.message, '[ci-skip]')"
12
steps:
13
- name: Checkout main
14
uses: actions/checkout@v1
0 commit comments