Remove pull_request_review from CI triggers
authorHypolite Petovan <hypolite@mrpetovan.com>
Sat, 22 Aug 2020 18:09:41 +0000 (14:09 -0400)
committerGitHub <noreply@github.com>
Sat, 22 Aug 2020 18:09:41 +0000 (14:09 -0400)
.github/workflows/php.yml

index eabd28f..2ec6dd8 100644 (file)
@@ -1,5 +1,5 @@
 name: Testing Friendica
-on: [push, pull_request, pull_request_review]
+on: [push, pull_request]
 
 jobs:
   friendica:
@@ -97,4 +97,4 @@ jobs:
       - name: Upload coverage to Codecov
         uses: codecov/codecov-action@v1
         with:
-          file: clover.xml
\ No newline at end of file
+          file: clover.xml