mirror of
https://github.com/unitedstates/congress-legislators.git
synced 2025-12-19 18:05:51 -05:00
Don't require build success for deploy (#629)
Oftentimes, the lint will fail for some reason or another, but we should still deploy the latest changes to GitHub pages. Remove the requirement that the build step must succeed for deploy to occur.
This commit is contained in:
committed by
Joshua Tauberer
parent
d2780ad94c
commit
1dfc4afc5f
@@ -5,7 +5,7 @@ jobs:
|
||||
- image: circleci/python:3.5-browsers
|
||||
steps:
|
||||
# Set up.
|
||||
- checkout
|
||||
- checkout
|
||||
- run: sudo pip install -r scripts/requirements.txt
|
||||
|
||||
# Run tests.
|
||||
@@ -31,8 +31,6 @@ workflows:
|
||||
jobs:
|
||||
- build
|
||||
- deploy:
|
||||
requires:
|
||||
- build
|
||||
filters:
|
||||
branches:
|
||||
only: master
|
||||
|
||||
Reference in New Issue
Block a user