Skip to content

Commit 4ec1fba

Browse files
authored
disable linux job for now
1 parent 5f2b94f commit 4ec1fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
build test
3030
test-linux:
3131
runs-on: ubuntu-latest
32-
continue-on-error: true
32+
if: ${{ false }} # disable for now
3333
container:
3434
image: swift:5.5
3535
steps:

0 commit comments

Comments
 (0)