unifi_console: add @smart_retry decoration to status() method to avoid 401 errors #3962
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: PR | |
on: | |
pull_request: | |
branches: | |
- master | |
merge_group: | |
types: [checks_requested] | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.head_ref }} | |
cancel-in-progress: true | |
jobs: | |
test: | |
uses: DataDog/integrations-core/.github/workflows/pr-test.yml@master | |
with: | |
repo: extras | |
python-version: "3.12" | |
secrets: inherit |