Conditional build for jobs not working

I don’t want the Linux job to run unless I set it to true. But right now, even though my env_var is set to false, my job is still running despite the condition. Therefore, wished to understand what am I doing wrong and how to fix it.

Link to workflow file: https://github.com/Tejas2805/Travis-checker/blob/master/.travis.yml

To test against the value of the environment variables, you need to use the env() function, as described in

1 Like