We have a project which circle builds as a workflow. Even though no workflow definition is specified in the circle config yml file.
Tried removing and readding the project but it did not help.
The config.yml in our code does not have workflow section, however the config which the circle shows under the configuration tab shows the workflow definition at the end.
The configuration tab in circle shows the config with workflow as below
workflows:
version: 2
workflow:
jobs:
- build:
filters:
branches:
xxxx
However we dont have that in code.
Any idea whats going on here ?