Skip to content

Commit

Permalink
ci: run integration-test only if gh event is PR
Browse files Browse the repository at this point in the history
Signed-off-by: davidko <dko@suse.com>
  • Loading branch information
innobead committed Jan 31, 2024
1 parent 0d5bda5 commit 49ab83c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ steps:
volumes:
- name: socket
path: /var/run/docker.sock
when:
event:
- pull_request

- name: build-with-skip-tasks
pull: default
Expand Down Expand Up @@ -158,6 +161,9 @@ steps:
volumes:
- name: socket
path: /var/run/docker.sock
when:
event:
- pull_request

- name: build-with-skip-tasks
pull: default
Expand Down

0 comments on commit 49ab83c

Please sign in to comment.