diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index f81801455..127d48226 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -164,6 +164,9 @@ jobs: continue-on-error: true needs: [install, build] if: contains(toJson(github.event.pull_request.labels), 'run_e2e') + concurrency: + group: e2e-meetings + cancel-in-progress: false steps: - name: Checkout Project @@ -198,6 +201,9 @@ jobs: runs-on: ubuntu-latest needs: [install, build] if: contains(toJson(github.event.pull_request.labels), 'run_e2e') + concurrency: + group: e2e-cc-widgets + cancel-in-progress: false steps: - name: Checkout Project diff --git a/PROOF2.md b/PROOF2.md new file mode 100644 index 000000000..9dcc4fd88 --- /dev/null +++ b/PROOF2.md @@ -0,0 +1,2 @@ +# proof 2 +# retrigger