diff --git a/.github/workflows/hypothesis.yaml b/.github/workflows/hypothesis.yaml index 7e9459c6598..62eb0800b2d 100644 --- a/.github/workflows/hypothesis.yaml +++ b/.github/workflows/hypothesis.yaml @@ -7,6 +7,8 @@ on: branches: - "main" types: [opened, reopened, synchronize, labeled] + schedule: + - cron: "0 0 * * *" # Daily “At 00:00” UTC workflow_dispatch: # allows you to trigger manually jobs: