Skip to content

Commit ca875bf

Browse files
authored
ci: Don't publish asa on forks
1 parent e503a03 commit ca875bf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,10 @@ jobs:
9696
api_location: "" # Api source code path - optional
9797
output_location: "" # Built app content directory - optional
9898
###### End of Repository/Build Configurations ######
99+
env:
100+
SKIP_DEPLOY_ON_MISSING_SECRETS: true
99101

100-
close_pull_request_job:
102+
close_pull_request_job:
101103
if: github.event_name == 'pull_request' && github.event.action == 'closed'
102104
runs-on: ubuntu-latest
103105
name: Close Pull Request Job

0 commit comments

Comments
 (0)