Merge pull request #1923 from knorrium/knorrium/skip_tests_on_ops_tag
Skip tests when the ops label is used
This commit is contained in:
commit
e086daeecb
7
.github/workflows/cypress.yml
vendored
7
.github/workflows/cypress.yml
vendored
@ -1,8 +1,13 @@
|
|||||||
name: Cypress Tests
|
name: Cypress Tests
|
||||||
|
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
pull_request:
|
||||||
|
types: [ opened, review_requested, synchronize ]
|
||||||
|
branches-ignore:
|
||||||
|
- 'ops/**'
|
||||||
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