list/gitlab: no parallelism to avoid conflicts with multiple files in the same repo
This commit is contained in:
parent
592aa16734
commit
e18aece9b5
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@ class ListGithubAutomation(ListAutomation):
|
|||
provider = "github"
|
||||
always_refresh = True
|
||||
|
||||
# Where there is more than 1 file in the same repository, there's a race condition
|
||||
# TODO: file an issue in the github about this, GitLab had a similar issue but fixed it
|
||||
parallelism = 1
|
||||
|
||||
template_parameters = [
|
||||
"github_api_key"
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue