Don't run CI on "review_requested" event
This commit is contained in:
parent
4efabe18b1
commit
5129116fe4
2
.github/workflows/cypress.yml
vendored
2
.github/workflows/cypress.yml
vendored
@ -4,7 +4,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches: [master]
|
branches: [master]
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, review_requested, synchronize]
|
types: [opened, synchronize]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
cypress:
|
cypress:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user