From 7e6b17ac221f63ba3ae22eec0600c076b16e6837 Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Jul 21 2021 14:43:25 +0000 Subject: Fix check-for-fmf-test job check condition --- diff --git a/playbooks/rpm/check-for-fmf-tests.yaml b/playbooks/rpm/check-for-fmf-tests.yaml index dbba35b..f26bc55 100644 --- a/playbooks/rpm/check-for-fmf-tests.yaml +++ b/playbooks/rpm/check-for-fmf-tests.yaml @@ -10,4 +10,4 @@ zuul: child_jobs: - rpm-tmt-test - when: not tests_stat.stat.exists + when: tests_stat.stat.exists