Skip to content

Commit 41185e8

Browse files
committed
Don't require typecheck
1 parent 207e8b9 commit 41185e8

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/pre-release.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,10 @@ jobs:
1818
uses: ./.github/workflows/test-ruby.yml
1919
permissions:
2020
contents: read
21-
22-
typecheck:
23-
name: Type Check
24-
uses: ./.github/workflows/sorbet.yml
25-
permissions:
26-
contents: read
27-
21+
2822
docker-build:
2923
name: Test Docker Build
30-
needs: [test, typecheck]
24+
needs: [test]
3125
uses: ./.github/workflows/docker-build.yml
3226
with:
3327
push: false

0 commit comments

Comments
 (0)