Skip tests when the ops labeled is used

This commit is contained in:
Felipe Knorr Kuhn 2022-06-24 21:51:13 -07:00
parent f1b1b00684
commit 3f75b4c235

View File

@ -3,6 +3,7 @@ name: Cypress Tests
on: [push, pull_request] on: [push, pull_request]
jobs: jobs:
cypress: cypress:
if: "!contains(github.event.pull_request.labels.*.name, 'ops')"
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
fail-fast: false fail-fast: false