Skip CI suite on changelog commits

This commit is contained in:
Tad Hardesty
2020-12-21 21:05:57 -08:00
parent fac612a96f
commit eafbf13f26
3 changed files with 6 additions and 0 deletions
@@ -5,6 +5,7 @@ on:
- master
jobs:
generate_documentation:
if: "!contains(github.event.head_commit.message, '[ci skip]')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2