Skip to content

Commit 8914275

Browse files
authored
ci(windows): disable nightly builds (#2623)
`react-native-windows` canary builds have not been updated since 0.78.
1 parent 3588609 commit 8914275

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -544,6 +544,7 @@ jobs:
544544
name: "Windows"
545545
permissions: {}
546546
runs-on: windows-2025
547+
if: ${{ github.event_name != 'schedule' }}
547548
strategy:
548549
matrix:
549550
platform: [ARM64, x64]

0 commit comments

Comments
 (0)