diff --git a/.github/workflows/ci-contrib.yml b/.github/workflows/ci-contrib.yml index eac8ffd30..d2efe3c66 100644 --- a/.github/workflows/ci-contrib.yml +++ b/.github/workflows/ci-contrib.yml @@ -8,6 +8,8 @@ on: pull_request: branches: - main + schedule: + - cron: "0 0 * * *" jobs: helpers: diff --git a/.github/workflows/ci-instrumentation-with-services.yml b/.github/workflows/ci-instrumentation-with-services.yml index 259d97127..191502b7d 100644 --- a/.github/workflows/ci-instrumentation-with-services.yml +++ b/.github/workflows/ci-instrumentation-with-services.yml @@ -8,6 +8,8 @@ on: pull_request: branches: - main + schedule: + - cron: "0 0 * * *" jobs: instrumentation_with_services: diff --git a/.github/workflows/ci-instrumentation.yml b/.github/workflows/ci-instrumentation.yml index 59088633a..26e92b1bb 100644 --- a/.github/workflows/ci-instrumentation.yml +++ b/.github/workflows/ci-instrumentation.yml @@ -8,6 +8,8 @@ on: pull_request: branches: - main + schedule: + - cron: "0 0 * * *" jobs: instrumentation: