ci: Update build.yml workflow
This commit is contained in:
parent
8916ae0107
commit
e63af68a88
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -443,7 +443,7 @@ jobs:
|
|||
prod:
|
||||
name: Deploy to Production
|
||||
if: ${{ !failure() && !cancelled() && (github.event.inputs.deploy == 'Staging + Prod' || github.ref_name == 'release') }}
|
||||
needs: [staging]
|
||||
needs: [prepare, staging]
|
||||
runs-on: ubuntu-latest
|
||||
environment:
|
||||
name: production
|
||||
|
|
Loading…
Reference in a new issue