Skip to content

Commit e68d90d

Browse files
committed
Only build the trunk self-hosted bundle this time
1 parent 88b924c commit e68d90d

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

.github/workflows/pull_request.yml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,14 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
include:
31-
- swift-version: 'swift-6.2-branch'
32-
build-type: 'docker'
33-
build-compiler: '1'
34-
runner: 'self-hosted'
31+
#- swift-version: 'swift-6.2-branch'
32+
# build-type: 'docker'
33+
# build-compiler: '1'
34+
# runner: 'self-hosted'
3535
- swift-version: 'development'
3636
build-type: 'docker'
3737
build-compiler: '1'
3838
runner: 'self-hosted'
39-
- swift-version: 'swift-6.2-branch'
40-
build-type: 'docker'
41-
build-compiler: '0'
42-
runner: 'ubuntu-24.04'
43-
- swift-version: 'development'
44-
build-type: 'docker'
45-
build-compiler: '0'
46-
runner: 'ubuntu-24.04'
4739
runs-on: ${{ matrix.runner }}
4840
# 15 hour timeout
4941
timeout-minutes: 900

0 commit comments

Comments
 (0)