Update test triggers
This commit is contained in:
parent
3f75b4c235
commit
77e0e98517
4
.github/workflows/cypress.yml
vendored
4
.github/workflows/cypress.yml
vendored
@ -1,6 +1,8 @@
|
|||||||
name: Cypress Tests
|
name: Cypress Tests
|
||||||
|
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
pull_request:
|
||||||
|
types: [ opened, review_requested, synchronize ]
|
||||||
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