File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 55
55
name : Run Live Integration Tests
56
56
needs :
57
57
- deploy-dev
58
+ concurrency :
59
+ group : ${{ github.event.repository.name }}-dev
60
+ cancel-in-progress : false
58
61
steps :
59
62
- uses : actions/checkout@v3
60
63
- name : Set up Python 3.11 for testing
Original file line number Diff line number Diff line change 55
55
name : Run Live Integration Tests
56
56
needs :
57
57
- deploy-dev
58
+ concurrency :
59
+ group : ${{ github.event.repository.name }}-dev
60
+ cancel-in-progress : false
58
61
steps :
59
62
- uses : actions/checkout@v3
60
63
- name : Set up Python 3.11 for testing
96
99
name : Confirm services healthy
97
100
needs :
98
101
- deploy-aws-prod
102
+ concurrency :
103
+ group : ${{ github.event.repository.name }}-prod
104
+ cancel-in-progress : false
99
105
steps :
100
106
- uses : actions/checkout@v3
101
107
- name : Call the health check script
You can’t perform that action at this time.
0 commit comments