We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d828f74 commit 9176df2Copy full SHA for 9176df2
.github/workflows/pull_request.yml
@@ -28,14 +28,14 @@ jobs:
28
fail-fast: false
29
matrix:
30
include:
31
- #- swift-version: 'swift-6.2-branch'
32
- # build-type: 'docker'
33
- # build-compiler: '1'
34
- # runner: 'self-hosted'
35
- - swift-version: 'development'
+ - swift-version: 'swift-6.2-branch'
36
build-type: 'docker'
37
build-compiler: '1'
38
runner: 'self-hosted'
+ #- swift-version: 'development'
+ # build-type: 'docker'
+ # build-compiler: '1'
+ # runner: 'self-hosted'
39
- swift-version: 'swift-6.2-branch'
40
41
build-compiler: '0'
0 commit comments