Gate also crypto unit tests in pull-request by paths

These tests take 10 min. Let's avoid running them when not needed.
This commit is contained in:
Jean-Michel Picod
2020-02-28 17:10:28 +01:00
parent e30ef9c984
commit 421f8194af

View File

@@ -6,6 +6,8 @@ on:
- 'libraries/crypto/**/*' - 'libraries/crypto/**/*'
pull_request: pull_request:
types: [opened, synchronize, reopened] types: [opened, synchronize, reopened]
paths:
- 'libraries/crypto/**/*'
jobs: jobs:
crypto_test: crypto_test: