Skip to content

Commit 1265276

Browse files
Disable Swift CI check due to gpg issue (#2712)
* temp disable swift
1 parent 96f888e commit 1265276

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-pr.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
pull_request:
44
branches:
55
- master
6-
- 'release/**'
6+
- "release/**"
77
jobs:
88
build:
99
runs-on: ubuntu-22.04
@@ -32,7 +32,7 @@ jobs:
3232
- csharp,schema-csharp,schema-json-csharp,graphql-csharp,csharp-SystemTextJson
3333
- json-ts-csharp
3434
- dart,schema-dart
35-
- swift,schema-swift
35+
# - swift,schema-swift # pgp issue
3636
- javascript-prop-types
3737
- ruby
3838
- php
@@ -66,7 +66,7 @@ jobs:
6666
- fixture: kotlin,schema-kotlin,kotlin-jackson,schema-kotlin-jackson
6767
runs-on: ubuntu-latest-16-cores
6868

69-
# - fixture: objective-c # FIXME: temp disable obj-c in ci
69+
# - fixture: objective-c # segfault on compiled test cmd
7070
# runs-on: macos-latest
7171

7272
name: ${{ matrix.fixture }}

0 commit comments

Comments
 (0)