Previously, our old Circle2.0 config.yml had a workflow running three jobs: build
, secure-n-lint
, and test
Recently, we changed the name of build
to checkout
, but this has caused all our Github PR’s to hang indefinitely because Github is waiting for a job named build
to complete (even though this job doesn’t exist anymore).
Even our branches, built off of current master with the latest config.yml, still give us the attached error. How can we make Github “forget” the old “build” job?