Skip to content

Commit

Permalink
ops#168: need on PR as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlotte Godley committed Aug 15, 2019
1 parent b17946d commit f86c5de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .drone.yml
Expand Up @@ -5,7 +5,7 @@ steps:
- name: docker-cpu
image: plugins/docker
when:
event: push
event: [ push, pull_request ]
status: success
settings:
username:
Expand All @@ -21,7 +21,7 @@ steps:
- name: docker-gpu
image: plugins/docker
when:
event: push
event: [ push, pull_request ]
status: success
settings:
username:
Expand Down Expand Up @@ -71,7 +71,7 @@ steps:
image: arwineap/docker-alpine-toolbox:latest
secrets: [ e2e_trigger_token ]
when:
event: push
event: [ push, pull_request ]
status: success
depends_on:
- docker-gpu
Expand Down

0 comments on commit f86c5de

Please sign in to comment.