From ccc647a5ee53fa3375cd6fdf652a0c2206c66087 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Test=C3=A9?= Date: Tue, 14 Jan 2025 16:49:42 +0100 Subject: [PATCH] chore(ci): remove paths for pull_request_target event A 'paths:' directive with only excluded paths won't trigger the event. --- .github/workflows/aws_tfhe_fast_tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/aws_tfhe_fast_tests.yml b/.github/workflows/aws_tfhe_fast_tests.yml index 8be7680112..d9b695b9ae 100644 --- a/.github/workflows/aws_tfhe_fast_tests.yml +++ b/.github/workflows/aws_tfhe_fast_tests.yml @@ -26,6 +26,7 @@ on: # General entry point for Zama's pull request as well as contribution from forks. pull_request_target: paths: + - '**' - '!.github/**' - '!ci/**'