Skip to content

Commit

Permalink
chore(ci): run fft/ntt bench on push only if certain files changed
Browse files Browse the repository at this point in the history
  • Loading branch information
soonum committed Nov 29, 2024
1 parent b669ba1 commit 966f940
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/benchmark_tfhe_fft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/benchmark_tfhe_ntt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 966f940

Please sign in to comment.