Skip to content

Commit

Permalink
ci: dont run windows ut on branch builds
Browse files Browse the repository at this point in the history
  • Loading branch information
fpaul-1A committed Aug 30, 2023
1 parent 744994f commit 4014105
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/code-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
experimental: [false]
include:
- os: windows-latest
experimental: true
os: [ubuntu-latest ${{ github.event_name != 'push' && ', windows-latest' || '' }} ]
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
steps:
Expand Down

0 comments on commit 4014105

Please sign in to comment.