Skip to content

Commit

Permalink
fixed a needs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bioblaze committed Jan 8, 2025
1 parent 35c15ee commit 49bbb6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/editor_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ jobs:
echo "Proceed Output: ${{ steps.evaluate.outputs.proceed }}"
web-deploy:
name: Deploying Web Editor to ${{ github.event.client_payload.type || 'nightly' }}
needs: do-we-deploy-lol
if: >
needs.do-we-deploy-lol.outputs.proceed == 'true' ||
needs.do-we-deploy-lol.outputs.proceed == true
runs-on: ubuntu-latest
needs: build-editors
env:
APP_NAME_BASE: "blazium_web-editor" # Define a global base app name
CDN_URL: "https://cdn.blazium.app/"
Expand Down

0 comments on commit 49bbb6d

Please sign in to comment.