Skip to content

Commit 35dec92

Browse files
authored
chore(repo): fix windows nightly pipeline definition (#23191)
<!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> ## Current Behavior <!-- This is the behavior we have today --> ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
1 parent 1ab1fa5 commit 35dec92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ env:
1616

1717
permissions: { }
1818
jobs:
19-
if: ${{ github.repository_owner == 'nrwl' }}
2019
preinstall:
20+
if: ${{ github.repository_owner == 'nrwl' }}
2121
runs-on: windows-latest
2222
strategy:
2323
matrix:
@@ -303,7 +303,7 @@ jobs:
303303
sudo: false # disable sudo for windows debugging
304304

305305
process-result:
306-
if: ${{ always() }}
306+
if: ${{ always() && github.repository_owner == 'nrwl' }}
307307
runs-on: ubuntu-latest
308308
needs: e2e
309309
outputs:

0 commit comments

Comments
 (0)