From e5adaeed20e590c927f787cf0eb6bcd17767bd74 Mon Sep 17 00:00:00 2001 From: Leorize Date: Tue, 17 Mar 2020 02:18:00 -0500 Subject: [PATCH] workflows/ci: disable Since we got Azure Pipelines running, this will be a fallback pipeline. Activate by removing the `.disabled` suffix --- .github/workflows/{ci.yml => ci.yml.disabled} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{ci.yml => ci.yml.disabled} (100%) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml.disabled similarity index 100% rename from .github/workflows/ci.yml rename to .github/workflows/ci.yml.disabled