"dgl_sparse/vscode:/vscode.git/clone" did not exist on "60b02f2fc8e82ad8669abcaebec129495e37b02d"
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:
workflows:
build:
{%- if True %}
jobs:
- circleci_consistency
{{ workflows() }}
......@@ -253,7 +252,6 @@ workflows:
python_version: "3.6"
nightly:
{%- endif %}
jobs:
- circleci_consistency
{{ 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