From 6e12ab9542b307c55e9acf894be02a035b0cd761 Mon Sep 17 00:00:00 2001 From: "alon.dotan" Date: Tue, 16 Jul 2024 13:35:39 +0300 Subject: [PATCH] chore: reorg folders --- .github/workflows/papyrus/helm-install.yml | 4 ++-- config/mempool/{default_config.yaml => default_config.json} | 0 config/papyrus/{default_config.yaml => default_config.json} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename config/mempool/{default_config.yaml => default_config.json} (100%) rename config/papyrus/{default_config.yaml => default_config.json} (100%) diff --git a/.github/workflows/papyrus/helm-install.yml b/.github/workflows/papyrus/helm-install.yml index ba8d9ed480..e06b2ca832 100644 --- a/.github/workflows/papyrus/helm-install.yml +++ b/.github/workflows/papyrus/helm-install.yml @@ -9,8 +9,8 @@ on: - main paths: - deployments/** - - config/papyrus_default_config.json - - .github/workflows/helm-install.yml + - config/papyrus/default_config.json + - .github/workflows/papyrus/helm-install.yml jobs: deploy-teardown: diff --git a/config/mempool/default_config.yaml b/config/mempool/default_config.json similarity index 100% rename from config/mempool/default_config.yaml rename to config/mempool/default_config.json diff --git a/config/papyrus/default_config.yaml b/config/papyrus/default_config.json similarity index 100% rename from config/papyrus/default_config.yaml rename to config/papyrus/default_config.json