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 1a19b03 commit fab74d2Copy full SHA for fab74d2
.github/workflows/pull_request.yml
@@ -29,12 +29,13 @@ jobs:
29
matrix:
30
include:
31
- swift-version: '6.2'
32
+ build-type: 'local'
33
#- swift-version: 'tag:swift-6.2-RELEASE'
34
#- swift-version: 'tag:swift-DEVELOPMENT-SNAPSHOT-2025-09-14-a'
35
#- swift-version: 'tag:swift-6.2-DEVELOPMENT-SNAPSHOT-2025-09-10-a'
- build-type: 'docker'
36
- build-compiler: '1'
37
- runner: 'self-hosted'
+ # build-type: 'docker'
+ # build-compiler: '1'
38
+ # runner: 'self-hosted'
39
runs-on: ${{ matrix.runner }}
40
# 16 hour timeout
41
timeout-minutes: 960
0 commit comments