Skip to content

Commit

Permalink
Removed unnecessary if condition
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeByDrescher committed Sep 22, 2024
1 parent 307346d commit b0f1ad9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ jobs:
#############################################
## Check for Deploy, Stop if not Deploying
#############################################
- name: Cancel build if the specifications already have the latest version of COPASI
- name: Cancel build if not for release
uses: andymckay/[email protected]
if: github.event_name == 'schedule' && steps.update-simulator-version.outputs.needDeploy != 'true'
if: steps.update-simulator-version.outputs.needDeploy != 'true'

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

0 comments on commit b0f1ad9

Please sign in to comment.