Ignore pushes to the ops branches
This commit is contained in:
parent
8fa0539b5a
commit
7f5ddaf930
2
.github/workflows/cypress.yml
vendored
2
.github/workflows/cypress.yml
vendored
@ -3,6 +3,8 @@ name: Cypress Tests
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [ opened, review_requested, synchronize ]
|
types: [ opened, review_requested, synchronize ]
|
||||||
|
branches-ignore:
|
||||||
|
- 'ops/**'
|
||||||
jobs:
|
jobs:
|
||||||
cypress:
|
cypress:
|
||||||
if: "!contains(github.event.pull_request.labels.*.name, 'ops')"
|
if: "!contains(github.event.pull_request.labels.*.name, 'ops')"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user