I was learning how to implement CircleCI using a throwaway test repo so I could integrate it into a larger project later. It was working fine earlier this morning but now no builds are running anymore I get the following error messages:
- We have detected an anomaly that violates the CircleCI Terms of Service.
- We did not test this push because the project has been suspended. Please contact us if you think this is a mistake.
All I did was add branch protection and Github Checks which might be unrelated but those are the only changes I made from when it worked earlier to now.
I deleted the test repo and recreated it but the issue persists. What am I doing wrong?