Unverified Commit b7dbdc6d authored by moto's avatar moto Committed by GitHub
Browse files

Fix misconfigured nightly job (#583)

parent fe55a83b
...@@ -319,7 +319,10 @@ workflows: ...@@ -319,7 +319,10 @@ workflows:
python_version: '3.8' python_version: '3.8'
nightly: nightly:
jobs: jobs:
- circleci_consistency - circleci_consistency:
filters:
branches:
only: nightly
- binary_linux_wheel: - binary_linux_wheel:
filters: filters:
branches: branches:
......
...@@ -276,7 +276,10 @@ workflows: ...@@ -276,7 +276,10 @@ workflows:
{{ unittest_workflows() }} {{ unittest_workflows() }}
nightly: nightly:
jobs: jobs:
- circleci_consistency - circleci_consistency:
filters:
branches:
only: nightly
{{ build_workflows(prefix="nightly_", filter_branch="nightly", upload=True) }} {{ build_workflows(prefix="nightly_", filter_branch="nightly", upload=True) }}
docker_build: docker_build:
triggers: triggers:
......
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