File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
jobs :
13
13
prod_deploy :
14
14
runs-on : ubuntu-latest
15
- if : github.event.workflow_run.conclusion == 'success' || github.event_name == 'push'
15
+ if : github.event.workflow_run.conclusion == 'success'
16
16
17
17
steps :
18
18
- name : Checkout repository
Original file line number Diff line number Diff line change 15
15
jobs :
16
16
test_deploy :
17
17
runs-on : ubuntu-latest
18
- if : github.event.workflow_run.conclusion == 'success' || github.event_name == 'push' || (github.event_name == 'pull_request' && github.base_ref == 'prod')
18
+ if : github.event.workflow_run.conclusion == 'success' || (github.event_name == 'pull_request' && github.base_ref == 'prod')
19
19
steps :
20
20
- name : Checkout repository
21
21
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments