diff --git a/.github/workflows/macos-check.yml b/.github/workflows/macos-check.yml index 3666f8cb..cdbe100d 100644 --- a/.github/workflows/macos-check.yml +++ b/.github/workflows/macos-check.yml @@ -5,6 +5,8 @@ on: branches: [ 'master', 'main', 'release/**' ] pull_request: branches: [ '*' ] + schedule: + - cron: "0 0 * * *" env: WOLFMQTT_NO_EXTERNAL_BROKER_TESTS: 1 diff --git a/.github/workflows/ubuntu-check-curl.yml b/.github/workflows/ubuntu-check-curl.yml index bbab5b88..126dbaf7 100644 --- a/.github/workflows/ubuntu-check-curl.yml +++ b/.github/workflows/ubuntu-check-curl.yml @@ -5,6 +5,8 @@ on: branches: [ 'master', 'main', 'release/**' ] pull_request: branches: [ '*' ] + schedule: + - cron: "0 0 * * *" jobs: build: diff --git a/.github/workflows/ubuntu-check.yml b/.github/workflows/ubuntu-check.yml index e38aa61d..b4076aa7 100644 --- a/.github/workflows/ubuntu-check.yml +++ b/.github/workflows/ubuntu-check.yml @@ -5,6 +5,8 @@ on: branches: [ 'master', 'main', 'release/**' ] pull_request: branches: [ '*' ] + schedule: + - cron: "0 0 * * *" jobs: build: diff --git a/.github/workflows/windows-check.yml b/.github/workflows/windows-check.yml index 5b9bed0e..c1b30e38 100644 --- a/.github/workflows/windows-check.yml +++ b/.github/workflows/windows-check.yml @@ -5,6 +5,8 @@ on: branches: [ 'master', 'main', 'release/**' ] pull_request: branches: [ '*' ] + schedule: + - cron: "0 0 * * *" env: # Path to the solution file relative to the root of the project.