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] 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