ci: skip production deploy on dev dispatch
This commit is contained in:
@@ -99,6 +99,7 @@ jobs:
|
|||||||
|
|
||||||
deploy-production:
|
deploy-production:
|
||||||
needs: build-backend-image
|
needs: build-backend-image
|
||||||
|
if: github.event_name != 'workflow_dispatch' || github.ref == 'refs/heads/main'
|
||||||
runs-on: wsl2-docker-host
|
runs-on: wsl2-docker-host
|
||||||
steps:
|
steps:
|
||||||
- name: Validate deploy configuration
|
- name: Validate deploy configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user