File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,12 @@ defaults:
4040
4141jobs :
4242 build :
43+ #
44+ # "macos-vmware" is dedicated runner not available in forks.
45+ # to reduce undesired run attempts in forks, stick jobs to "actions" organization only
46+ #
4347 runs-on : macos-vmware
48+ if : ${{ github.repository_owner == 'actions' }}
4449 timeout-minutes : 1200
4550 steps :
4651 - uses : azure/login@v1
Original file line number Diff line number Diff line change @@ -24,7 +24,12 @@ defaults:
2424
2525jobs :
2626 build :
27+ #
28+ # "azure-builds" is dedicated runner not available in forks.
29+ # to reduce undesired run attempts in forks, stick jobs to "actions" organization only
30+ #
2731 runs-on : azure-builds
32+ if : ${{ github.repository_owner == 'actions' }}
2833 timeout-minutes : 1200
2934 steps :
3035 - name : Determine checkout type
You can’t perform that action at this time.
0 commit comments