do not try to deploy when running a PR

This commit is contained in:
2018-04-11 14:55:10 +02:00
parent 7d6d6ceb51
commit 5d4de975aa

View File

@@ -17,6 +17,6 @@ pipeline:
- ssh-keyscan -H lund.fsfeurope.org >> ~/.ssh/known_hosts
- ansible-playbook playbook.yml -i hosts
when:
event: [push, pull_request, tag, deployment]
event: [push, tag, deployment]
branch: master