From 5ca1c5cf3f68734f4c71cc0fabe45914f6bf2b07 Mon Sep 17 00:00:00 2001 From: 0xMillz <37815163+0xMillz@users.noreply.github.com> Date: Tue, 5 Nov 2024 14:49:58 -0600 Subject: [PATCH] Take 3: Comment out legacy workflowe that is interfering --- .github/workflows/production.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/production.yaml b/.github/workflows/production.yaml index 2d9bb512..a544e01d 100644 --- a/.github/workflows/production.yaml +++ b/.github/workflows/production.yaml @@ -2,8 +2,8 @@ name: CI on: - pull_request: - types: [opened, reopened, synchronize, ready_for_review] +# pull_request: +# types: [opened, reopened, synchronize, ready_for_review] push: branches: [main]