mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
chore(ci): Fix deploy staging logic bug (#4101)
This commit is contained in:
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user