From 74b9343537834654223a1552252c299aef01b073 Mon Sep 17 00:00:00 2001 From: Sam Sheffield Date: Mon, 26 Aug 2024 13:41:31 -0400 Subject: [PATCH] chore: disable cd-protonet workflow --- .github/workflows/cd-protonet.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cd-protonet.yml b/.github/workflows/cd-protonet.yml index 5da8d9a2e4..aa0b366619 100644 --- a/.github/workflows/cd-protonet.yml +++ b/.github/workflows/cd-protonet.yml @@ -1,10 +1,10 @@ name: Continuous Deployment (Protonet) -# run after every successful CI job of new commits to the master branch -on: - workflow_run: - workflows: [Continuous Integration (Kava Master)] - types: - - completed +## run after every successful CI job of new commits to the master branch +#on: +# workflow_run: +# workflows: [Continuous Integration (Kava Master)] +# types: +# - completed jobs: # in order: