From d88a27898ac459989c03cb0976e5e2279dd978ee Mon Sep 17 00:00:00 2001 From: wesleybl Date: Thu, 10 Oct 2024 16:01:29 -0300 Subject: [PATCH] Does not run curlular job on github action Removed circular job, because of a circular dependency in Plone 6.0. --- .meta.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.meta.toml b/.meta.toml index 596d386..4414d7b 100644 --- a/.meta.toml +++ b/.meta.toml @@ -7,3 +7,15 @@ commit-id = "a89af8f2" [pyproject] codespell_ignores = "ore,checkin" + +[github] +# FIXME: Removed circular job, because of a circular dependency in Plone 6.0. +# Fixed in Plone 6.1. Remove the "jobs" configuration when running circular job +# with Plone 6.1. +jobs = [ + "qa", + "test", + "coverage", + "dependencies", + "release_ready", + ]