How to Reactivate a Paused Workflow in a GitHub-Synced Project?

This topic was automatically generated from Slack. You can find the original thread here.

I paused a workflow in a GitHub-synced project and cannot for the life of me figure out how to enable it now. There is no three-dot menu like normal workflows. I tried editing the Development branch and pushing to Production, and that didn’t work. The change goes through, but it’s still inactive. I see in GitHub that workflow.yaml says “inactive: true”. I feel like I must be missing something obvious in the UI somehow.

What I see

The normal menu in other workflows:

You could update the code directly in GitHub and remove inactive: true (or set it to inactive: false).

That’s what I was thinking, but I’m not sure if there’s anything else I need to do or if doing that alone will mess anything up

I updated that parameter in GitHub and that worked