From 7262485f3ba72d2ab75ac105e9a779d57bbdd0b8 Mon Sep 17 00:00:00 2001 From: Felipe Knorr Kuhn <100320+knorrium@users.noreply.github.com> Date: Fri, 24 Jun 2022 21:51:13 -0700 Subject: [PATCH 01/15] Skip tests when the ops labeled is used --- .github/workflows/cypress.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 369b101ff..ae17a8749 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -3,6 +3,7 @@ name: Cypress Tests on: [push, pull_request] jobs: cypress: + if: "!contains(github.event.pull_request.labels.*.name, 'ops')" runs-on: ${{ matrix.os }} strategy: fail-fast: false From 8fa0539b5a86ba5c7c306f61d3bb6272a8a43ff8 Mon Sep 17 00:00:00 2001 From: Felipe Knorr Kuhn <100320+knorrium@users.noreply.github.com> Date: Fri, 24 Jun 2022 21:56:08 -0700 Subject: [PATCH 02/15] Update test triggers --- .github/workflows/cypress.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index ae17a8749..918434a93 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -1,6 +1,8 @@ name: Cypress Tests -on: [push, pull_request] +on: + pull_request: + types: [ opened, review_requested, synchronize ] jobs: cypress: if: "!contains(github.event.pull_request.labels.*.name, 'ops')" From 5b9d6a31e5ca3f35c5b1983855b7a1dc49336dfa Mon Sep 17 00:00:00 2001 From: hunicus <93150691+hunicus@users.noreply.github.com> Date: Sat, 25 Jun 2022 10:13:18 -0400 Subject: [PATCH 03/15] Remove fade animation when switching docs tabs --- frontend/src/app/docs/docs/docs.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/docs/docs/docs.component.html b/frontend/src/app/docs/docs/docs.component.html index f74cbd134..04f9bb8cf 100644 --- a/frontend/src/app/docs/docs/docs.component.html +++ b/frontend/src/app/docs/docs/docs.component.html @@ -3,7 +3,7 @@