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 984b465 commit a526707Copy full SHA for a526707
.github/workflows/nightly-build.yml
@@ -13,14 +13,15 @@ jobs:
13
runs-on: windows-2019
14
15
strategy:
16
+ fail-fast: false
17
matrix:
18
build-type: [DevBuild] # [Debug, DevBuild, Release]
19
is-cncnet-yr: ['', -CnCNetYR]
20
is-hardened: ['', -Hardened]
21
# this dimension is only needed to check whether we're in CnCNet repo
22
# and exclude hardened build because we may have no access to it
23
has-private-access:
- - ${{ github.repository_owner == 'CnCNet' }}
24
+ - ${{ github.event.pull_request.head.repo.owner.login == 'CnCNet' }}
25
exclude:
26
- is-hardened: -Hardened
27
has-private-access: false
0 commit comments