Skip to content

Commit

Permalink
Disabled Cancel Guard
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeByDrescher committed Sep 22, 2024
1 parent 8aec16e commit 1cdce6f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
if: steps.update-simulator-version.outputs.needDeploy != 'true'
# - name: Cancel build if not for release
# uses: andymckay/[email protected]
# if: steps.update-simulator-version.outputs.needDeploy != 'true'

#*******************************************#
#* Release *#
Expand Down

0 comments on commit 1cdce6f

Please sign in to comment.