Skip to content

Commit 918ab64

Browse files
committed
skip oryx build
1 parent 83cd6b7 commit 918ab64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/preproductionDeployment.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313

1414
permissions:
1515
contents: read
16-
pull-requests: write # Needed for posting comments on PRs
16+
pull-requests: write
1717

1818
jobs:
1919
build_and_deploy:
@@ -54,6 +54,7 @@ jobs:
5454
api_location: ${{ env.API_LOCATION }}
5555
app_artifact_location: ${{ env.APP_ARTIFACT_LOCATION }}
5656
deployment_environment: "staging"
57+
skip_app_build: true
5758

5859
# Step 6: Post Deployment Feedback (Optional)
5960
- name: Post Deployment URL as PR Comment

0 commit comments

Comments
 (0)