the following config file results in a build never being triggered:
workflows:
version: 2
build_and_test:
jobs:
- build
- deploy_prod:
requires:
- build
if I just fix the indentation issue, builds get triggered.