Skip to content

Commit a9e1e9b

Browse files
committed
redeploy demo site
1 parent 2aff6f0 commit a9e1e9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy_latest_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
deploy-bug-bounty:
3535
needs: check-latest-release
3636
runs-on: ubuntu-latest
37-
if: needs.check-latest-release.outputs.IS_LATEST_RELEASE != 'true'
37+
if: needs.check-latest-release.outputs.IS_LATEST_RELEASE == 'true'
3838
steps:
3939
- name: Checkout
4040
uses: actions/checkout@v4
@@ -85,7 +85,7 @@ jobs:
8585
deploy-demo-site:
8686
needs: check-latest-release
8787
runs-on: ubuntu-latest
88-
if: needs.check-latest-release.outputs.IS_LATEST_RELEASE == 'true'
88+
if: needs.check-latest-release.outputs.IS_LATEST_RELEASE != 'true'
8989
steps:
9090
- name: Checkout
9191
uses: actions/checkout@v4

0 commit comments

Comments
 (0)