Skip to content

[huesync] Fix resolving language resource string for an Exception #86

[huesync] Fix resolving language resource string for an Exception

[huesync] Fix resolving language resource string for an Exception #86

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