Skip to content

Update plugins/modules/device_interface.py #494

Update plugins/modules/device_interface.py

Update plugins/modules/device_interface.py #494

Workflow file for this run

---
name: "CI"
concurrency: # Cancel any existing runs of this workflow for this same PR
group: "${{ '{{ github.workflow }}' }}-${{ '{{ github.ref }}' }}"
cancel-in-progress: true
on: # yamllint disable
push:
branches:
- "develop"
- "main"
pull_request:
release:
types: [published]
jobs:
ci:
uses: ./.github/workflows/jobs.yml