Skip to content

Commit b9fab84

Browse files
committed
Resetting PAUSE_INGESTING to be False
1 parent d59f4f1 commit b9fab84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
DATABASE_PORT: ${{ env.AEOLUS_DATABASE_PORT }}
6767
FETCH_BUCKET: ${{ env.AEOLUS_FETCH_BUCKET }}
6868
ETL_BUCKET: ${{ env.AEOLUS_FETCH_BUCKET }}
69-
PAUSE_INGESTING: True
69+
PAUSE_INGESTING: False
7070

7171

7272
working-directory: ./cdk

0 commit comments

Comments
 (0)