Skip tests when the ops labeled is used
This commit is contained in:
parent
24300eeac5
commit
7262485f3b
1
.github/workflows/cypress.yml
vendored
1
.github/workflows/cypress.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user