From de7af6beb222c53048d11fbe3f275cd9b3a26286 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Wed, 9 Oct 2019 09:34:59 +0200 Subject: [PATCH] ceph-ansible-syntax: enable automatic run on PRs Automatically run this job on PRs. Signed-off-by: Guillaume Abrioux --- .../config/definitions/ceph-ansible-pr-syntax-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-ansible-pr-syntax-check/config/definitions/ceph-ansible-pr-syntax-check.yml b/ceph-ansible-pr-syntax-check/config/definitions/ceph-ansible-pr-syntax-check.yml index 84a0db78..19737b98 100644 --- a/ceph-ansible-pr-syntax-check/config/definitions/ceph-ansible-pr-syntax-check.yml +++ b/ceph-ansible-pr-syntax-check/config/definitions/ceph-ansible-pr-syntax-check.yml @@ -44,7 +44,7 @@ - ceph trigger-phrase: 'jenkins test playbook syntax' # This is set so the job can be manually triggered or by the ceph-ansible-pipeline multijob - only-trigger-phrase: true + only-trigger-phrase: false github-hooks: true permit-all: true auto-close-on-fail: false -- 2.47.3