We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83cd6b7 commit 918ab64Copy full SHA for 918ab64
.github/workflows/preproductionDeployment.yml
@@ -13,7 +13,7 @@ env:
13
14
permissions:
15
contents: read
16
- pull-requests: write # Needed for posting comments on PRs
+ pull-requests: write
17
18
jobs:
19
build_and_deploy:
@@ -54,6 +54,7 @@ jobs:
54
api_location: ${{ env.API_LOCATION }}
55
app_artifact_location: ${{ env.APP_ARTIFACT_LOCATION }}
56
deployment_environment: "staging"
57
+ skip_app_build: true
58
59
# Step 6: Post Deployment Feedback (Optional)
60
- name: Post Deployment URL as PR Comment
0 commit comments