Browse Source

Tempory disable bats / drone-runner-ssh for security reasons

Jaap Marcus 3 years ago
parent
commit
3cf7c936c3
1 changed files with 2 additions and 4 deletions
  1. 2 4
      .drone.yml

+ 2 - 4
.drone.yml

@@ -37,13 +37,12 @@ steps:
   - bats ./test/config-tests.bats
 
 trigger:
-  event: [ pull_request, push ]
+  event: [ push ]
   ref:
   - refs/heads/staging/*
   - refs/heads/beta
   - refs/heads/release
   - refs/heads/main
-  - refs/pull/*/head
 
 ---
 kind: pipeline
@@ -88,13 +87,12 @@ steps:
   - bats ./test/config-tests.bats
   
 trigger:
-  event: [ pull_request, push ]
+  event: [ push ]
   ref:
   - refs/heads/staging/*
   - refs/heads/beta
   - refs/heads/release
   - refs/heads/main
-  - refs/pull/*/head
 
 ---
 kind: pipeline