Skip to content

Commit

Permalink
Resetting PAUSE_INGESTING to be False
Browse files Browse the repository at this point in the history
  • Loading branch information
caparker committed Aug 4, 2024
1 parent d59f4f1 commit b9fab84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
DATABASE_PORT: ${{ env.AEOLUS_DATABASE_PORT }}
FETCH_BUCKET: ${{ env.AEOLUS_FETCH_BUCKET }}
ETL_BUCKET: ${{ env.AEOLUS_FETCH_BUCKET }}
PAUSE_INGESTING: True
PAUSE_INGESTING: False


working-directory: ./cdk
Expand Down

0 comments on commit b9fab84

Please sign in to comment.