Quantcast
Channel: CircleCI Discuss - Latest posts
Viewing all articles
Browse latest Browse all 14890

Using "requires" on a job not working as expected?

$
0
0

I have a workflow with multiple jobs. At one point, 2 jobs run that will build a develop and a production build, then a job runs that notifies that the production build is built.

build production job filters on branch name
notify production built requires “build production”

I’m currently running the workflow on a branch that does not build production, however the notification is still running, which makes me think the require isn’t really doing anything as the “build production” job never ran.

I would expect the notification job to not run, since one of the “require” parameters isn’t met.


Viewing all articles
Browse latest Browse all 14890

Latest Images

Trending Articles



Latest Images