From a055e7ece0b0ae74537aa0d1b4181485aa3f7962 Mon Sep 17 00:00:00 2001 From: Kevin Rue-Albrecht Date: Fri, 9 Feb 2024 10:58:16 +0000 Subject: [PATCH] disable ingestion ci in integration branch --- .github/workflows/ingestion-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ingestion-ci.yml b/.github/workflows/ingestion-ci.yml index 92426b90..5a40fdd6 100644 --- a/.github/workflows/ingestion-ci.yml +++ b/.github/workflows/ingestion-ci.yml @@ -4,9 +4,9 @@ on: push: branches: - main - pull_request: - branches: - - main + # pull_request: + # branches: + # - main env: debug: 'true'