From e3d903a83a4074de3eef0c8c974c91c769ef7682 Mon Sep 17 00:00:00 2001 From: Brian Floersch Date: Tue, 15 Oct 2024 22:55:02 -0400 Subject: [PATCH] disable CI --- .github/workflows/ci.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8043c04..6148de7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,10 +1,11 @@ name: Unit Tests -on: - push: - branches: [ main ] - pull_request: - branches: [ main ] +# TODO: reenable when https://github.com/swift-actions/setup-swift/issues/683 is resolved. +# on: +# push: +# branches: [ main ] +# pull_request: +# branches: [ main ] jobs: build: