Skip to content

Commit

Permalink
build: daily should fail if import_prod_data fails (#9234)
Browse files Browse the repository at this point in the history
build: daily should fail if import_prod_data fails
  • Loading branch information
alexgarel authored Nov 7, 2023
1 parent aedffd1 commit 0d4a0f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
# We can put a file to avoid running db update
if [[ ! -e ./NO_DAILY ]]
then
make import_prod_data
make import_prod_data && \
make restart_db
else
# make task fail intentionally
Expand Down

0 comments on commit 0d4a0f8

Please sign in to comment.