Skip to content

Commit 80291aa

Browse files
committed
Disable compiler validated builds on self-hosted
1 parent bd0df11 commit 80291aa

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

.github/workflows/pull_request.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,22 @@ 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'
35+
#- swift-version: 'development'
36+
# build-type: 'docker'
37+
# build-compiler: '1'
38+
# runner: 'self-hosted'
3139
- swift-version: 'swift-6.2-branch'
3240
build-type: 'docker'
33-
build-compiler: '1'
34-
runner: 'self-hosted'
41+
build-compiler: '0'
42+
runner: 'ubuntu-24.04'
3543
- swift-version: 'development'
3644
build-type: 'docker'
37-
build-compiler: '1'
38-
runner: 'self-hosted'
45+
build-compiler: '0'
46+
runner: 'ubuntu-24.04'
3947
- swift-version: 'swift-6.2-branch'
4048
build-type: 'docker'
4149
build-compiler: '0'

0 commit comments

Comments
 (0)