Allow for skipping CI [ci skip]
This commit is contained in:
parent
1c74690e4e
commit
9a57445eec
2 changed files with 12 additions and 0 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue