From 23fafa2328175f225a8b21554215e303bde369b9 Mon Sep 17 00:00:00 2001 From: Eric Blankenhorn Date: Mon, 11 Nov 2024 16:56:59 -0600 Subject: [PATCH] Add scheduled runs of MQTT workflows --- .github/workflows/macos-check.yml | 2 ++ .github/workflows/ubuntu-check-curl.yml | 2 ++ .github/workflows/ubuntu-check.yml | 2 ++ .github/workflows/windows-check.yml | 2 ++ 4 files changed, 8 insertions(+) diff --git a/.github/workflows/macos-check.yml b/.github/workflows/macos-check.yml index 3666f8cbc..cdbe100da 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 bbab5b880..126dbaf79 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 e38aa61dc..b4076aa78 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 5b9bed0e5..c1b30e385 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.