From 8e5034a3d77be25d6b5d2ba6089410facc901437 Mon Sep 17 00:00:00 2001 From: Ciara Stacke <18287516+ciarams87@users.noreply.github.com> Date: Fri, 23 Jul 2021 08:00:18 +0100 Subject: [PATCH] Disable nightly for now Nightly workflow isn't passing, and hasn't passed in a very long time. Disable for now until we can fix it. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d429390..4aa66e93 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,8 +13,8 @@ on: paths-ignore: - '**.md' - 'LICENSE' - schedule: - - cron: '0 5 * * *' +# schedule: +# - cron: '0 5 * * *' env: DOCKER_BUILDKIT: 1