Skip to content

Commit

Permalink
[PRMP-760] - Add log to monitor TRUD calls
Browse files Browse the repository at this point in the history
  • Loading branch information
NogaNHS committed Aug 29, 2024
1 parent 42fc616 commit 4d2c0af
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'pr-gp-registrations-mi'
name: 'PR-terraform-gp-registrations-mi'
on:
pull_request:
branches:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/PR-terraform-plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ on:
branches:
- master
paths:
- 'stacks/**'
- 'stacks/container-repositories/**'
- 'stacks/base-networking/**'
- 'stacks/ecs-cluster/**'

permissions:
pull-requests: write
Expand Down
1 change: 1 addition & 0 deletions lambda/bulk-ods-update/bulk_ods_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ def extract_and_process_ods_icb_data(trud_service: TrudApiService):
icb_ods_releases = trud_service.get_release_list(
TrudItem.ORG_REF_DATA_MONTHLY, True
)
logger.info(icb_ods_releases)

is_quarterly_release = icb_ods_releases[0].get("name").endswith(".0.0")
download_file = trud_service.get_download_file(
Expand Down

0 comments on commit 4d2c0af

Please sign in to comment.