Skip to content

Commit

Permalink
Add scheduled runs of MQTT workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
embhorn committed Nov 11, 2024
1 parent d5b9743 commit 23fafa2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/macos-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [ 'master', 'main', 'release/**' ]
pull_request:
branches: [ '*' ]
schedule:
- cron: "0 0 * * *"

env:
WOLFMQTT_NO_EXTERNAL_BROKER_TESTS: 1
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ubuntu-check-curl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [ 'master', 'main', 'release/**' ]
pull_request:
branches: [ '*' ]
schedule:
- cron: "0 0 * * *"

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ubuntu-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [ 'master', 'main', 'release/**' ]
pull_request:
branches: [ '*' ]
schedule:
- cron: "0 0 * * *"

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/windows-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 23fafa2

Please sign in to comment.