Allow for skipping CI [ci skip]

This commit is contained in:
Oliver Davies 2020-11-27 21:37:41 +00:00
parent 1c74690e4e
commit 9a57445eec
2 changed files with 12 additions and 0 deletions

View file

@ -13,6 +13,8 @@ jobs:
name: Deploy via Ansible
if: "!contains(github.event.head_commit.message, '[ci skip]')"
env:
ANSIBLE_FORCE_COLOR: 1
ANSIBLE_HOST_KEY_CHECKING: no