Skip to content

Commit c4964ca

Browse files
authored
Merge pull request #962 from unoplatform/dev/jela/skip-forks
ci: Don't publish asa on forks
2 parents e503a03 + e818fea commit c4964ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ 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

100102
close_pull_request_job:
101103
if: github.event_name == 'pull_request' && github.event.action == 'closed'

0 commit comments

Comments
 (0)