This shouldwill ease the scheduling of a new add-forge:e-now requests, on:
- on- staging,: this will list a subset of disabled origins once
- on- productionn: this will register recurring tasks (full, this will register a recurring task to list aincremental if any) to list that
new forge
So, the following would be enough to list appropriately in staging/production:
```
swh scheduler add-forge-now \
( --production | --staging \ # to list only enabled | disabled origins )
register-lister \
list-gitea-full \
( --production | --staging \ # to list only enabled | disabled origins )a \
url=https://git.afpy.org/api/v1/
```
TODO: probably rewrite the current passing test to something a bit more elaborate
Related to https://gitlab.softwareheritage.org/infra/sysadm-environment/-/issues/4674