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 24300eeac5
commit 7262485f3b
No known key found for this signature in database
GPG key ID: 79619B52BB097C1A

View file

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