WORKFLOWS not showing latest build?

Hey Guys, I recently changed my config.yml file to deploy a docker image to AWS. When I run the build it goes green and everything works. However when I am in the CircleCI menu. WORKFLOWS Still shows an older commit on the list of builds in the WORKFLOWS menu. However the BUILDS menu shows the latest build?

How can I make the WORKFLOW message show the latest commit and build?

Just to confirm, does your updated config still include the workflows: declaration? Builds tab will show all jobs, but the Workflows tab will only show configs which include a workflows declaration?

1 Like

No, it doesn’t actually. My original file didn’t have it declared either so I thought it was only for doing parallel processing on CircleCI side. I will try adding it and report back the results later.

Update: That seems to have fixed the issue by adding a workflows tab.

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