chore(ci): Fix deploy staging logic bug (#4101)

This commit is contained in:
Jamil
2024-03-12 10:13:17 -07:00
committed by GitHub
parent ef2d272f78
commit 0f4348c406

View File

@@ -27,7 +27,7 @@ jobs:
stage: "release"
deploy-staging:
if: ${{ github.event_name == 'workflow_dispatch' && inputs.deploy-staging }}
if: ${{ github.event_name != 'workflow_dispatch' || inputs.deploy-staging }}
runs-on: ubuntu-22.04
permissions:
contents: write