We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcc644b commit 71a2c08Copy full SHA for 71a2c08
2 files changed
.github/workflows/cdr_cr_check/trigger_and_poll_gitlab.py
@@ -25,10 +25,7 @@
25
26
if not target_cdr_cr_branch:
27
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"
+ target_cdr_cr_branch = "main"
32
33
form_data = {
34
"token": trigger_token,
.github/workflows/compile_against_cdr-cr.yml
@@ -13,7 +13,6 @@ on:
13
jobs:
14
compile-against-cdr-cr:
15
runs-on: ubuntu-latest
16
- if: false # TODO: LD: remove this once we're ready to run this on cdr-cr
17
steps:
18
- uses: actions/checkout@v3
19
name: Checkout
0 commit comments