Skip to content

Hardware-in-the-Loop Tests Trigger (push and schedule) #898

Hardware-in-the-Loop Tests Trigger (push and schedule)

Hardware-in-the-Loop Tests Trigger (push and schedule) #898

name: Hardware-in-the-Loop Tests Trigger (push and schedule)
on:
push:
branches: [ main ]
pull_request:
schedule:
# Run workflow at the start of every day (12 AM UTC)
- cron: "0 0 * * *"
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
hil_tests:
uses: ./.github/workflows/hil_tests.yml
secrets: inherit