Skip to content

[fenecon] Provide additional data such as the temperature on the inverter #53

[fenecon] Provide additional data such as the temperature on the inverter

[fenecon] Provide additional data such as the temperature on the inverter #53

Workflow file for this run

# This workflow triggers the ci_build workflow when a pull request
# is labeled with 'rebuild'.
name: Trigger ci_build on label
on:
pull_request:
types: [labeled]
jobs:
trigger-build:
if: ${{ github.event.label.name == 'rebuild' }}
uses: ./.github/workflows/ci-build.yml