From 421f8194af4f15caf627a16e79f906b2b1efff30 Mon Sep 17 00:00:00 2001
From: Jean-Michel Picod <jmichel@google.com>
Date: Fri, 28 Feb 2020 17:10:28 +0100
Subject: [PATCH] Gate also crypto unit tests in pull-request by paths

These tests take 10 min. Let's avoid running them when not needed.
---
 .github/workflows/crypto_test.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/crypto_test.yml b/.github/workflows/crypto_test.yml
index c8f4544..790bee2 100644
--- a/.github/workflows/crypto_test.yml
+++ b/.github/workflows/crypto_test.yml
@@ -6,6 +6,8 @@ on:
       - 'libraries/crypto/**/*'
   pull_request:
     types: [opened, synchronize, reopened]
+    paths:
+      - 'libraries/crypto/**/*'
 
 jobs:
   crypto_test:
-- 
GitLab