Skip to content

Commit 71a2c08

Browse files
authored
Turn on CQIS pipeline functionality. (#650)
* Turn on CQIS pipeline functionality. * Fix bad variable name for cdr-cr version.
1 parent bcc644b commit 71a2c08

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/cdr_cr_check/trigger_and_poll_gitlab.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,7 @@
2525

2626
if not target_cdr_cr_branch:
2727
print("Defaulting CDR-CR branch to main as this is an automatic build.")
28-
# TODO: LD uncomment the line below and remove the line below that once the pipeline changes
29-
# have been merged to the main branch of the cdr-cr repository.
30-
# target_cdr_branch = "main
31-
target_cdr_cr_branch = "ld-20250214-cr-hapi-fhir-carveout"
28+
target_cdr_cr_branch = "main"
3229

3330
form_data = {
3431
"token": trigger_token,

.github/workflows/compile_against_cdr-cr.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ on:
1313
jobs:
1414
compile-against-cdr-cr:
1515
runs-on: ubuntu-latest
16-
if: false # TODO: LD: remove this once we're ready to run this on cdr-cr
1716
steps:
1817
- uses: actions/checkout@v3
1918
name: Checkout

0 commit comments

Comments
 (0)