Skip to content

Commit 9afbfdc

Browse files
committed
Revert deployment condition
1 parent 5ec3954 commit 9afbfdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_latest_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
deploy-demo-site:
7575
needs: check-latest-release
7676
runs-on: ubuntu-latest
77-
if: needs.check-latest-release.outputs.IS_LATEST_RELEASE != 'true'
77+
if: needs.check-latest-release.outputs.IS_LATEST_RELEASE == 'true'
7878
steps:
7979
- name: Checkout
8080
uses: actions/checkout@v4

0 commit comments

Comments
 (0)