Skip to content

chore(state-manager): update state manager python version & update dependencies #949

chore(state-manager): update state manager python version & update dependencies

chore(state-manager): update state manager python version & update dependencies #949

Workflow file for this run

name: "i2c build/test"
on:
pull_request:
paths:
- "i2c/**"
- "include/i2c/**"
- "cmake/*"
- "!cmake/Arduino*"
- "include/common/**"
- "common/**"
- "CMakeLists.txt"
- "CMakePresets.json"
- ".clang-format"
- ".clang-tidy"
push:
paths:
- "i2c/**"
- "include/i2c/**"
- "include/common/**"
- "common/**"
- "cmake/*"
- "!cmake/Arduino*"
- "CMakeLists.txt"
- "CMakePresets.json"
- ".clang-format"
- ".clang-tidy"
- ".github/workflows/i2c.yaml"
branches:
- "*"
tags:
- "i2c@*"
workflow_dispatch:
jobs:
run-non-executable-workflow:
uses: ./.github/workflows/non-executable-workflow.yaml
with:
target: i2c
secrets: inherit