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: install:
when: when:
event: event:
- push
- pull_request - pull_request
image: node:18.6.0 image: node:18.6.0
commands: commands:
@ -17,7 +16,6 @@ pipeline:
build: build:
when: when:
event: event:
- push
- pull_request - pull_request
image: node:18.6.0 image: node:18.6.0
commands: commands:

View file

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

View file

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

View file

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