Skip to content

Commit

Permalink
wip!
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 committed May 27, 2024
1 parent 48bee3f commit ff460e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@ jobs:
subset: [npm, yarn, esbuild]
shard: [0, 1, 2, 3, 4, 5]
exclude:
# Exclude Node.js v18 when running on a PR
- node: ${{ github.event_name != 'pull_request' && 'none' || '18' }}
# Exclude Node.js v20 when running on a PR
- node: ${{ github.event_name != 'pull_request' && 'none' || '20' }}
# # Exclude Node.js v18 when running on a PR
# - node: ${{ github.event_name != 'pull_request' && 'none' || '18' }}
# # Exclude Node.js v20 when running on a PR
# - node: ${{ github.event_name != 'pull_request' && 'none' || '20' }}
# Exclude Windows when running on a PR
- os: ${{ github.event_name != 'pull_request' && 'none' || 'windows-latest' }}
# Skip yarn subset on Windows
Expand Down

0 comments on commit ff460e8

Please sign in to comment.