There was an error while loading. Please reload this page.
1 parent 881fef4 commit b1189c7Copy full SHA for b1189c7
1 file changed
.github/workflows/pull-request.yml
@@ -182,6 +182,9 @@ jobs:
182
continue-on-error: true
183
needs: [install, build]
184
if: contains(toJson(github.event.pull_request.labels), 'run_e2e')
185
+ concurrency:
186
+ group: e2e-meetings
187
+ cancel-in-progress: false
188
189
steps:
190
- name: Checkout Project
@@ -216,6 +219,9 @@ jobs:
216
219
runs-on: ubuntu-latest
217
220
218
221
222
223
+ group: e2e-cc-widgets
224
225
226
227
0 commit comments