From 88afb2c4950670b3830e42dcdf77d175b2b5c5c4 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Fri, 13 May 2022 03:16:20 -0400 Subject: [PATCH] Temporarily disable CI --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b6a5dfcdb..1d186d8d4d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,7 @@ on: [push, pull_request] jobs: build: name: Build, Upload, Test + if: false # temporarily disabled runs-on: ubuntu-latest steps: - uses: actions/checkout@v2