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