From e6f511d650505813b1e4047f7c54ccd359d74a27 Mon Sep 17 00:00:00 2001 From: Kunal Bhargava Date: Mon, 9 Dec 2024 15:51:04 +0000 Subject: [PATCH] ci: disable localnet --- .github/workflows/on_pull_request.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/on_pull_request.yml b/.github/workflows/on_pull_request.yml index 46ec0bc679..c295bbdef6 100644 --- a/.github/workflows/on_pull_request.yml +++ b/.github/workflows/on_pull_request.yml @@ -15,7 +15,7 @@ jobs: if: github.event.pull_request.draft == false uses: ./.github/workflows/ledgers.yml secrets: inherit - firedancer: - if: github.event.pull_request.draft == false - uses: ./.github/workflows/test_firedancer_localnet.yml - secrets: inherit + # firedancer: + # if: github.event.pull_request.draft == false + # uses: ./.github/workflows/test_firedancer_localnet.yml + # secrets: inherit