From 40632af1863894b3b68766bcc7cc95516442dc65 Mon Sep 17 00:00:00 2001
From: Jean-Michel Picod <jmichel@google.com>
Date: Fri, 28 Feb 2020 16:55:18 +0100
Subject: [PATCH] Remove cargo audit on pull request as it fails

---
 .github/workflows/cargo_audit.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.github/workflows/cargo_audit.yml b/.github/workflows/cargo_audit.yml
index b3f9897..32338d6 100644
--- a/.github/workflows/cargo_audit.yml
+++ b/.github/workflows/cargo_audit.yml
@@ -2,8 +2,6 @@ name: Security audit
 on:
   schedule:
     - cron: '0 0 * * *'
-  pull_request:
-    types: [opened, synchronize, reopened]
 
 jobs:
   audit:
-- 
GitLab