Scheduled workflows stopped running

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.

Hi jdm,

The issue was related to us transitioning to wrapping scheduled workflows in pipelines, and essentially something went wrong so that projects that have been renamed in the past couldn’t fetch the config. You should not see the issue now.

If you are facing the issue, try to push a fresh commit to master.

Regards,
Pawan Bahuguna

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.