jobs/swh-packages: Set max_concurrent to 1 for swh-webhooks jobs
The tests for swh-webhooks rely on docker-compose and currently cannot be executed by multiple jobs in parallel due to the way our jenkins pipelines are configured.
So ensure only one job can be executed at a time to avoid race conditions.