Hello ![]()
Trying to add a scheduled job to a project, but I get a strange error:
This job has been blocked because no user seats are available on your plan. Please purchase more user seats to continue building.
Notice the “Triggered by: unkown” in the top right - not sure if this is the cause of the problem.
We’re on a paid plan with 4 users.
The setup:
workflows:
version: 2
daily-audit:
triggers:
- schedule:
cron: "* * * * *"
filters:
branches:
only:
- master
- develop
- patch-and-audit-vulnerabilities-in-projects
jobs:
- audit-vulnerabilities

