chore: limit CI to PR only

this is a temporary stopgap measure
This commit is contained in:
Chloe Kudryavtsev 2022-08-25 12:29:34 -04:00
parent a74cd802fe
commit 20c0a7c6f4
4 changed files with 0 additions and 9 deletions

View File

@ -9,7 +9,6 @@ pipeline:
install:
when:
event:
- push
- pull_request
image: node:18.6.0
commands:
@ -17,7 +16,6 @@ pipeline:
build:
when:
event:
- push
- pull_request
image: node:18.6.0
commands:

View File

@ -9,7 +9,6 @@ pipeline:
install:
when:
event:
- push
- pull_request
image: node:18.6.0
commands:
@ -17,7 +16,6 @@ pipeline:
lint:
when:
event:
- push
- pull_request
image: node:18.6.0
commands:

View File

@ -9,7 +9,6 @@ pipeline:
install:
when:
event:
- push
- pull_request
image: node:18.6.0
commands:
@ -17,7 +16,6 @@ pipeline:
lint:
when:
event:
- push
- pull_request
image: node:18.6.0
commands:

View File

@ -9,7 +9,6 @@ pipeline:
build:
when:
event:
- push
- pull_request
image: node:18.6.0
commands:
@ -20,7 +19,6 @@ pipeline:
mocha:
when:
event:
- push
- pull_request
image: node:18.6.0
commands:
@ -28,7 +26,6 @@ pipeline:
e2e:
when:
event:
- push
- pull_request
image: cypress/included:10.3.0
commands: