On Friday, one of our scheduled workflows failed with the following error (no changes with circle file) - since then, none of our automated workflows have ran.
My thought is that the triggers were lost after the error, and since no merge builds on the master branch were triggered, these scheduled workflows never came back. Can this explain the issues we’re seeing?
#!/bin/sh -eo pipefail
# No configuration was found in your project. Please refer to https://circleci.com/docs/2.0/ to get started with your configuration.
#
# -------
# Warning: This configuration was auto-generated to show you the message above.
# Don't rerun this job. Rerunning will have no effect.
false
Exited with code exit status 1
CircleCI received exit code 1
We weren’t sure what the reason for this error was, but it seemed to resolve itself so we figured it was just some fluke or small issue at that time.