Skip to content

Commit cc72d6e

Browse files
committed
do not release to ref
1 parent 454e186 commit cc72d6e

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/pull_request.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -110,18 +110,3 @@ jobs:
110110
ENABLE_ALERTS: false
111111
secrets:
112112
CLOUD_FORMATION_DEPLOY_ROLE: ${{ secrets.DEV_CLOUD_FORMATION_DEPLOY_ROLE }}
113-
release_ref:
114-
needs: [release_dev, get_issue_number, package_code, get_commit_id]
115-
uses: ./.github/workflows/sam_release_code.yml
116-
with:
117-
ARTIFACT_BUCKET_PREFIX: fhir-validator-PR-${{needs.get_issue_number.outputs.issue_number}}
118-
STACK_NAME: fhir-validator-pr-${{needs.get_issue_number.outputs.issue_number}}
119-
TARGET_ENVIRONMENT: ref
120-
BUILD_ARTIFACT: packaged_code
121-
VERSION_NUMBER: fhir-validator-PR-${{ needs.get_issue_number.outputs.issue_number }}
122-
COMMIT_ID: ${{needs.get_commit_id.outputs.commit_id}}
123-
LOG_LEVEL: INFO
124-
LOG_RETENTION_DAYS: 30
125-
ENABLE_ALERTS: true
126-
secrets:
127-
CLOUD_FORMATION_DEPLOY_ROLE: ${{ secrets.REF_CLOUD_FORMATION_DEPLOY_ROLE }}

0 commit comments

Comments
 (0)