We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e503a03 commit ca875bfCopy full SHA for ca875bf
.github/workflows/ci.yml
@@ -96,8 +96,10 @@ jobs:
96
api_location: "" # Api source code path - optional
97
output_location: "" # Built app content directory - optional
98
###### End of Repository/Build Configurations ######
99
+ env:
100
+ SKIP_DEPLOY_ON_MISSING_SECRETS: true
101
- close_pull_request_job:
102
+ close_pull_request_job:
103
if: github.event_name == 'pull_request' && github.event.action == 'closed'
104
runs-on: ubuntu-latest
105
name: Close Pull Request Job
0 commit comments