1 parent b58bebd commit 8edf2fdCopy full SHA for 8edf2fd
1 file changed
.github/workflows/deploy.yml
@@ -3,11 +3,6 @@ name: Deploy to Production
3
on:
4
push:
5
branches: [ backend/prod/v1.0 ]
6
- workflow_run:
7
- workflows: ["CI Pipeline"]
8
- types:
9
- - completed
10
- branches: [ backend/prod/v1.0 ]
11
workflow_dispatch:
12
inputs:
13
environment:
@@ -23,7 +18,6 @@ jobs:
23
18
deploy:
24
19
runs-on: ubuntu-latest
25
20
environment: dev-backend
26
- if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
27
21
28
22
steps:
29
- name: Checkout code
0 commit comments