Skip to content

Commit b4a7538

Browse files
committed
Terraform config debugging
1 parent c3bd7b4 commit b4a7538

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/build-test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ on:
88
- "functions/**"
99
- ".github/workflows/web-*.yml"
1010
workflow_call:
11-
push:
12-
branches: [ 779-generate-new-sourcescsv-from-postgresql-database2 ]
1311

1412
env:
1513
python_version: '3.11'

functions-python/export_csv/function_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"memory": "256Mi",
77
"trigger_http": true,
88
"include_folders": ["helpers", "dataset_service"],
9-
"include_api_folders": ["utils", "database", "feeds_filters", "common", "database_gen"],
9+
"include_api_folders": ["utils", "database", "feed_filters", "common", "database_gen"],
1010
"secret_environment_variables": [
1111
{
1212
"key": "FEEDS_DATABASE_URL"

0 commit comments

Comments
 (0)