diff --git a/.github/workflows/aws_tfhe_fast_tests.yml b/.github/workflows/aws_tfhe_fast_tests.yml index 86174f8481..b0a19be417 100644 --- a/.github/workflows/aws_tfhe_fast_tests.yml +++ b/.github/workflows/aws_tfhe_fast_tests.yml @@ -119,7 +119,7 @@ jobs: user_docs: - tfhe/src/** - '!tfhe/src/c_api/**' - - 'tfhe/docs/**.md' + - 'tfhe/docs/**/**.md' - README.md ci: - .github/** diff --git a/.github/workflows/aws_tfhe_tests.yml b/.github/workflows/aws_tfhe_tests.yml index 26ee361fee..32fff6da75 100644 --- a/.github/workflows/aws_tfhe_tests.yml +++ b/.github/workflows/aws_tfhe_tests.yml @@ -111,7 +111,7 @@ jobs: user_docs: - tfhe/src/** - '!tfhe/src/c_api/**' - - 'tfhe/docs/**.md' + - 'tfhe/docs/**/**.md' - README.md - name: Aggregate file changes diff --git a/.github/workflows/gpu_fast_h100_tests.yml b/.github/workflows/gpu_fast_h100_tests.yml index fddb36f14d..d53a4209b4 100644 --- a/.github/workflows/gpu_fast_h100_tests.yml +++ b/.github/workflows/gpu_fast_h100_tests.yml @@ -51,7 +51,7 @@ jobs: - tfhe/src/shortint/parameters/** - tfhe/src/high_level_api/** - tfhe/src/c_api/** - - 'tfhe/docs/**.md' + - 'tfhe/docs/**/**.md' - '.github/workflows/gpu_fast_h100_tests.yml' - scripts/integer-tests.sh - ci/slab.toml diff --git a/.github/workflows/gpu_fast_tests.yml b/.github/workflows/gpu_fast_tests.yml index f56bb5ff17..b1ea00b632 100644 --- a/.github/workflows/gpu_fast_tests.yml +++ b/.github/workflows/gpu_fast_tests.yml @@ -50,7 +50,7 @@ jobs: - tfhe/src/shortint/parameters/** - tfhe/src/high_level_api/** - tfhe/src/c_api/** - - 'tfhe/docs/**.md' + - 'tfhe/docs/**/**.md' - '.github/workflows/gpu_fast_tests.yml' - scripts/integer-tests.sh - ci/slab.toml diff --git a/.github/workflows/gpu_full_multi_gpu_tests.yml b/.github/workflows/gpu_full_multi_gpu_tests.yml index 525337f17e..8aeacd9f5c 100644 --- a/.github/workflows/gpu_full_multi_gpu_tests.yml +++ b/.github/workflows/gpu_full_multi_gpu_tests.yml @@ -51,7 +51,7 @@ jobs: - tfhe/src/shortint/parameters/** - tfhe/src/high_level_api/** - tfhe/src/c_api/** - - 'tfhe/docs/**.md' + - 'tfhe/docs/**/**.md' - '.github/workflows/**_multi_gpu_tests.yml' - scripts/integer-tests.sh - ci/slab.toml diff --git a/.github/workflows/gpu_signed_integer_classic_tests.yml b/.github/workflows/gpu_signed_integer_classic_tests.yml index 4624efa785..c367649ed8 100644 --- a/.github/workflows/gpu_signed_integer_classic_tests.yml +++ b/.github/workflows/gpu_signed_integer_classic_tests.yml @@ -51,7 +51,7 @@ jobs: - tfhe/src/shortint/parameters/** - tfhe/src/high_level_api/** - tfhe/src/c_api/** - - 'tfhe/docs/**.md' + - 'tfhe/docs/**/**.md' - '.github/workflows/gpu_signed_integer_classic_tests.yml' - scripts/integer-tests.sh - ci/slab.toml diff --git a/.github/workflows/gpu_signed_integer_h100_tests.yml b/.github/workflows/gpu_signed_integer_h100_tests.yml index 844942468b..7f7ab4d456 100644 --- a/.github/workflows/gpu_signed_integer_h100_tests.yml +++ b/.github/workflows/gpu_signed_integer_h100_tests.yml @@ -51,7 +51,7 @@ jobs: - tfhe/src/shortint/parameters/** - tfhe/src/high_level_api/** - tfhe/src/c_api/** - - 'tfhe/docs/**.md' + - 'tfhe/docs/**/**.md' - '.github/workflows/gpu_signed_integer_h100_tests.yml' - scripts/integer-tests.sh - ci/slab.toml diff --git a/.github/workflows/gpu_signed_integer_tests.yml b/.github/workflows/gpu_signed_integer_tests.yml index e5ff12405f..aacfcc3f79 100644 --- a/.github/workflows/gpu_signed_integer_tests.yml +++ b/.github/workflows/gpu_signed_integer_tests.yml @@ -58,7 +58,7 @@ jobs: - tfhe/src/shortint/parameters/** - tfhe/src/high_level_api/** - tfhe/src/c_api/** - - 'tfhe/docs/**.md' + - 'tfhe/docs/**/**.md' - '.github/workflows/gpu_signed_integer_tests.yml' - scripts/integer-tests.sh - ci/slab.toml diff --git a/.github/workflows/gpu_unsigned_integer_classic_tests.yml b/.github/workflows/gpu_unsigned_integer_classic_tests.yml index ff2fb6dfc8..ee19d69466 100644 --- a/.github/workflows/gpu_unsigned_integer_classic_tests.yml +++ b/.github/workflows/gpu_unsigned_integer_classic_tests.yml @@ -51,7 +51,7 @@ jobs: - tfhe/src/shortint/parameters/** - tfhe/src/high_level_api/** - tfhe/src/c_api/** - - 'tfhe/docs/**.md' + - 'tfhe/docs/**/**.md' - '.github/workflows/gpu_unsigned_integer_classic_tests.yml' - scripts/integer-tests.sh - ci/slab.toml diff --git a/.github/workflows/gpu_unsigned_integer_h100_tests.yml b/.github/workflows/gpu_unsigned_integer_h100_tests.yml index b689aadd86..1e2bd3656e 100644 --- a/.github/workflows/gpu_unsigned_integer_h100_tests.yml +++ b/.github/workflows/gpu_unsigned_integer_h100_tests.yml @@ -51,7 +51,7 @@ jobs: - tfhe/src/shortint/parameters/** - tfhe/src/high_level_api/** - tfhe/src/c_api/** - - 'tfhe/docs/**.md' + - 'tfhe/docs/**/**.md' - '.github/workflows/gpu_unsigned_integer_h100_tests.yml' - scripts/integer-tests.sh - ci/slab.toml diff --git a/.github/workflows/gpu_unsigned_integer_tests.yml b/.github/workflows/gpu_unsigned_integer_tests.yml index 4d8c6190ab..7e4bbaaf3b 100644 --- a/.github/workflows/gpu_unsigned_integer_tests.yml +++ b/.github/workflows/gpu_unsigned_integer_tests.yml @@ -57,7 +57,7 @@ jobs: - tfhe/src/shortint/parameters/** - tfhe/src/high_level_api/** - tfhe/src/c_api/** - - 'tfhe/docs/**.md' + - 'tfhe/docs/**/**.md' - '.github/workflows/gpu_unsigned_integer_tests.yml' - scripts/integer-tests.sh - ci/slab.toml