diff --git a/.github/workflows/prof_correctness.yml b/.github/workflows/prof_correctness.yml index e065d9e6d4..d1c41c4659 100644 --- a/.github/workflows/prof_correctness.yml +++ b/.github/workflows/prof_correctness.yml @@ -1,7 +1,9 @@ name: Profiling correctness on: - - pull_request + pull_request: + schedule: + - cron: '0 0 * * *' jobs: prof-correctness: