mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-12-10 00:20:22 -06:00
Disable some more merge queue jobs (#62871)
This commit is contained in:
parent
3b9acae97c
commit
1da8266179
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -46,6 +46,7 @@ jobs:
|
||||
- os: ubuntu-latest
|
||||
node-version: '22'
|
||||
bundle: true
|
||||
skip: ${{ github.event_name == 'merge_group' }}
|
||||
- os: windows-latest
|
||||
node-version: '22'
|
||||
bundle: true
|
||||
@ -58,6 +59,7 @@ jobs:
|
||||
- os: ubuntu-latest
|
||||
node-version: '20'
|
||||
bundle: true
|
||||
skip: ${{ github.event_name == 'merge_group' }}
|
||||
- os: windows-latest
|
||||
node-version: '20'
|
||||
bundle: true
|
||||
@ -70,6 +72,7 @@ jobs:
|
||||
- os: ubuntu-latest
|
||||
node-version: '18'
|
||||
bundle: true
|
||||
skip: ${{ github.event_name == 'merge_group' }}
|
||||
- os: windows-latest
|
||||
node-version: '18'
|
||||
bundle: true
|
||||
@ -82,6 +85,7 @@ jobs:
|
||||
- os: ubuntu-latest
|
||||
node-version: '16'
|
||||
bundle: true
|
||||
skip: ${{ github.event_name == 'merge_group' }}
|
||||
- os: windows-latest
|
||||
node-version: '16'
|
||||
bundle: true
|
||||
@ -218,6 +222,8 @@ jobs:
|
||||
run: npx dprint check
|
||||
|
||||
browser-integration:
|
||||
if: ${{ github.event_name != 'merge_group' }}
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user