diff --git a/.github/workflows/benchmark_tfhe_fft.yml b/.github/workflows/benchmark_tfhe_fft.yml index f12cb95e5..8b7971297 100644 --- a/.github/workflows/benchmark_tfhe_fft.yml +++ b/.github/workflows/benchmark_tfhe_fft.yml @@ -16,6 +16,9 @@ on: push: branches: - "main" + paths: + - tfhe-fft/** + - .github/workflows/benchmark_tfhe_fft.yml schedule: # Job will be triggered each Thursday at 11p.m. - cron: '0 23 * * 4' diff --git a/.github/workflows/benchmark_tfhe_ntt.yml b/.github/workflows/benchmark_tfhe_ntt.yml index 845264838..a6062cc0b 100644 --- a/.github/workflows/benchmark_tfhe_ntt.yml +++ b/.github/workflows/benchmark_tfhe_ntt.yml @@ -16,6 +16,9 @@ on: push: branches: - "main" + paths: + - tfhe-ntt/** + - .github/workflows/benchmark_tfhe_ntt.yml schedule: # Job will be triggered each Friday at 11p.m. - cron: "0 23 * * 5"