Commit 7e07693f authored by Eli Uriegas's avatar Eli Uriegas Committed by Vincent QB
Browse files

.circleci: Remove if block, wasn't doing anything (#399)



With the introduction of the `filter_branch` parameter to the `workflows`
function we no longer have a need to have this if block anymore per
@ezyang's assessment.
Signed-off-by: default avatarEli Uriegas <eliuriegas@fb.com>
parent 73243090
...@@ -244,7 +244,6 @@ jobs: ...@@ -244,7 +244,6 @@ jobs:
workflows: workflows:
build: build:
{%- if True %}
jobs: jobs:
- circleci_consistency - circleci_consistency
{{ workflows() }} {{ workflows() }}
...@@ -253,7 +252,6 @@ workflows: ...@@ -253,7 +252,6 @@ workflows:
python_version: "3.6" python_version: "3.6"
nightly: nightly:
{%- endif %}
jobs: jobs:
- circleci_consistency - circleci_consistency
{{ workflows(prefix="nightly_", filter_branch="nightly", upload=True) }} {{ workflows(prefix="nightly_", filter_branch="nightly", upload=True) }}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment