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]
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user