diff --git a/.drone.yml b/.drone.yml index 2725c70..6acd151 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,7 @@ steps: - name: Pre-commit checks commands: - nix flake check + - "false" - name: Notifiy commands: @@ -20,9 +21,8 @@ steps: from_secret: matrix_username PASS: from_secret: matrix_password - settings: - trigger: - status: - - failure - - success + when: + status: + - failure + - success ...