From 1cdce6f48ca3d8237e0d2dbbc465b147ba0a71c8 Mon Sep 17 00:00:00 2001 From: Logan Drescher Date: Sun, 22 Sep 2024 10:12:57 -0400 Subject: [PATCH] Disabled Cancel Guard --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 96ddbbb..9836996 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -116,11 +116,11 @@ jobs: fi ############################################# - ## Check for Deploy, Stop if not Deploying + ## Check for Deploy, Stop if not Deploying (disabled due to the fact it cancels, not passes) ############################################# - - name: Cancel build if not for release - uses: andymckay/cancel-action@0.2 - if: steps.update-simulator-version.outputs.needDeploy != 'true' +# - name: Cancel build if not for release +# uses: andymckay/cancel-action@0.2 +# if: steps.update-simulator-version.outputs.needDeploy != 'true' #*******************************************# #* Release *#