stop changelog update from triggering subsequent ci builds

This commit is contained in:
Jonathan Wren 2020-11-21 16:04:08 -08:00
parent 7f06e11d7a
commit 6da3b6dc01
No known key found for this signature in database
GPG key ID: 43D5FF8722E7F68A

View file

@ -6,6 +6,7 @@ on:
jobs: jobs:
generate: generate:
if: contains(toJson(github.event.commits), 'Update changelog') == false
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: