Skip to content

Commit ccd15e6

Browse files
committed
test
1 parent 1c63829 commit ccd15e6

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/deploy_latest_release.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,8 @@ jobs:
7878
deploy-demo-site:
7979
needs: check-latest-release
8080
runs-on: ubuntu-latest
81+
if: needs.check-latest-release.outputs.IS_LATEST_RELEASE != 'true'
8182
steps:
82-
- name: Continue deployment?
83-
if: needs.check-latest-release.outputs.IS_LATEST_RELEASE != 'true'
84-
run: |-
85-
echo "Deploy is not for the latest release. Stopping deployment"
86-
exit 0
87-
8883
- name: Checkout
8984
uses: actions/checkout@v4
9085

0 commit comments

Comments
 (0)