Skip to content

Commit

Permalink
Does not run curlular job on github action
Browse files Browse the repository at this point in the history
Removed circular job, because of a circular dependency in Plone 6.0.
  • Loading branch information
wesleybl committed Oct 10, 2024
1 parent 01dca2a commit d88a278
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]

0 comments on commit d88a278

Please sign in to comment.