Skip to content

Commit a526707

Browse files
authored
Adjust repo owner check, disable fail-fast (#33)
1 parent 984b465 commit a526707

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nightly-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,15 @@ jobs:
1313
runs-on: windows-2019
1414

1515
strategy:
16+
fail-fast: false
1617
matrix:
1718
build-type: [DevBuild] # [Debug, DevBuild, Release]
1819
is-cncnet-yr: ['', -CnCNetYR]
1920
is-hardened: ['', -Hardened]
2021
# this dimension is only needed to check whether we're in CnCNet repo
2122
# and exclude hardened build because we may have no access to it
2223
has-private-access:
23-
- ${{ github.repository_owner == 'CnCNet' }}
24+
- ${{ github.event.pull_request.head.repo.owner.login == 'CnCNet' }}
2425
exclude:
2526
- is-hardened: -Hardened
2627
has-private-access: false

0 commit comments

Comments
 (0)