From 3bd4bc1ab9f9a6012ebdaa6014f4a197077b9e57 Mon Sep 17 00:00:00 2001 From: CJ42 Date: Fri, 17 Jan 2025 11:59:00 +0000 Subject: [PATCH] ci: disable workflow to deploy and verify contracts --- .github/workflows/deploy-verify.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-verify.yml b/.github/workflows/deploy-verify.yml index 618e4474f..e674f5c3d 100644 --- a/.github/workflows/deploy-verify.yml +++ b/.github/workflows/deploy-verify.yml @@ -9,9 +9,11 @@ env: on: workflow_dispatch: - push: - branches: - - "main" + + # This workflow is temporarily disabled until refactored to deploy for particular packages with the new monorepo structure + # push: + # branches: + # - "main" jobs: deploy-verify: