From 6e12662481e0ab7fca7f032270b68f0285dcbf50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reynir=20Bj=C3=B6rnsson?= Date: Sun, 10 Apr 2022 08:45:21 +0100 Subject: [PATCH] drone: Exclude docker step on pull request The secret is not available and will fail anyway. --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index 9a18e36..b09aa59 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,6 +24,9 @@ steps: when: branch: - master + event: + exclude: + - pull_request - name: notify image: plugins/matrix